v1
latestOpenAPI 3.0.22026-07-26123510445.2 KBTransfers
Retrieve Issuing Transfer
Retrieve an issuing transfer with provided transfer id.
get/v1/issuing/transfers/{id}
Path parameters
idstring required
Example:c0cef051-29c5-4796-b86a-cd5b684bfad7
Unique identifier for the transfer.
Headers
x-on-behalf-ofstring
Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts API. If omitted or empty, the request is executed using the master account. More information at Connected Accounts.
Response
Retrieve a transfer successfully.
Example response
{
"code": 200,
"message": "Success",
"data": {
"order_id": "4ac8736d-1de6-4667-b4ff-c033664e8333",
"short_order_id": "ES260123-KNFKPTT7",
"sell_currency": "USDT",
"sell_amount": "100",
"buy_currency": "USD",
"buy_amount": "99.95",
"quote_price": "0.99954469",
"processing_fee": "0",
"network_fee": "0",
"reason": "123",
"status": "Pending",
"create_time": "2026-01-23 13:53:10 +08:00"
}
}