v1
latestOpenAPI 3.0.02026-08-06102185472.3 KBExchange transfers
Get exchange transfers
Gets all exchange transfers.
get/exchange_transfers
Query parameters
pageinteger
The page number for paginated results. The value is zero-based, where 0 represents the first page.<br/> Set it to 0 to get the first page of results.
sizeinteger
Number of objects to return per page.
Response
Successfully retrieved exchange transfers.
Example response
{
"sort": [
{
"direction": "ASC",
"nullHandling": "NULLS_FIRST",
"ascending": true
}
],
"content": [
{
"exchange_transfer_id": "e3b20ba4-28ed-4752-990d-e67887bb331e",
"state": "EXECUTED",
"type": "INDICATIVE",
"sender_address": "sf@rn.us.ca.san_francisco",
"receiver_address": "sf_gbp@rn.us.ca.san_francisco",
"source_amount": 1,
"destination_amount": 355,
"source_currency": "USD",
"destination_currency": "GBP",
"fx_transfer_rate": {
"rate": 0.89,
"base_currency": "USD",
"counter_currency": "GBP",
"rate_type": "BUY"
},
"user_info": [
{
"node_address": "rn.us.ny.new_york",
"state": "EXECUTED"
}
]
}
]
}