v3
latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KBledger-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"
}
}