v1
latestOpenAPI 3.0.02026-08-06102185472.3 KBExchange transfers
Get exchange transfer by ID
Gets an exchange transfer by ID.
get/exchange_transfers/{id}
Path parameters
idstring uuid required
Unique identifier of the exchange transfer you want to retrieve.
Response
Successfully retrieved exchange transfer.
Example response
{
"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"
}
]
}