Skip to content

List Wire Transfers

GET
/wires

Get a paginated list of wire transfers with optional filtering.

Authorizations

Parameters

Query Parameters

status
string
Allowed values: pending processing completed failed cancelled

Filter by wire status

fromDate
string format: date-time

Filter from date (ISO format)

toDate
string format: date-time

Filter to date (ISO format)

page
integer
default: 1 >= 1

Page number

pageSize
integer
default: 10 >= 1 <= 100

Items per page

Responses

200

List of wire transfers

object
wires
Array<object>
object
id

Unique identifier for the wire

string format: uuid
123e4567-e89b-12d3-a456-426614174000
status

Status of wire transfer

string
Allowed values: pending processing completed failed cancelled
type

Type of wire transfer

string
Allowed values: on-ramp off-ramp transfer
sourceType

Type of asset

string
Allowed values: fiat stablecoin
sourceCurrency

Currency code of the source

string
USD
sourceAmount

Amount transferred from source

string
1000.00
sourceDetails

Additional details specific to source type

object
{
"bankName": "Example Bank",
"accountNumber": "123456789",
"accountHolderName": "John Doe"
}
destinationType

Type of asset

string
Allowed values: fiat stablecoin
destinationCurrency

Currency code of the destination

string
USDC
destinationAmount

Amount received at destination

string
998.50
destinationDetails

Additional details specific to destination type

object
{
"walletAddress": "0x1234567890abcdef1234567890abcdef12345678"
}
createdAt

Date and time the wire was created

string format: date-time
2023-10-01T12:00:00Z
updatedAt

Date and time the wire was last updated

string format: date-time
2023-10-01T12:15:00Z
completedAt

Date and time the wire was completed

string format: date-time
2023-10-01T12:30:00Z
txHashes

Blockchain transaction hashes

Array<string>
[
"0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890"
]
externalReferences

External reference numbers keyed by their type

object
key
additional properties
string
{
"bankReference": "REF123456",
"blockchainTx": "0xabcdef1234"
}
reference

Customer reference for the wire

string
Invoice-12345
notes

Additional notes about the wire

string
Payment for services
pagination
object
total

Total number of wire transfers

integer
50
page

Current page number

integer
1
pageSize

Number of items per page

integer
10
totalPages

Total number of pages

integer
5

400

Bad Request

object
message
string
Invalid input data
details
string
Source amount must be a valid number