ledger-transfer
Get crypto transfer by reference
This operation allows the client to fetch a specific crypto transfer by its reference ID.
get/ledger/crypto-transfer/{transferReference}
Path parameters
transferReferencestring required
The transfer unique ID
Response
Crypto Transfer fetched successfully
Example response
{
"id": "txn_123456",
"reference": "REF123456",
"amount": 100,
"currency": "USD",
"categoryTag": "crypto-withdrawal",
"notes": "Conversion from USDC to IDR",
"feeAmount": 1,
"blockchainInfo": {
"txHash": "0x093a0b443d5f698d1097368c1c05fab1ee2304e508b36c08bb72c40389c17584",
"recipient": {
"address": "0x2b059a574a35e60b228d10d54fec2671de4928e1",
"memo": "1290122112"
},
"senderAddress": "0x2b059a574a35e60b228d10d54fec2671de4928e1",
"blockNumber": 20564802,
"tokenSymbol": "USDT"
}
}Changes
Changed in 1 of the 6 revisions of this API.2
- ○
the endpoint scheme security
HMACAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
authTokenwas removed from the APIapi-security-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○