Get Crypto Transfer
This operation allows the client to fetch a specific crypto transfer by its reference ID.
Authorizations
Requires authentication via API key and HMAC signature.
x-api-key: Your API key generated from your Onboard Business dashboard.x-timestamp: Unix epoch timestamp (seconds) used in signature, allowed skew is 30 secondsx-signature: SHA256 HMAC HEX signature calculated overt={x-timestamp}&{requestBody}using your API Secret.
Path Parameters
The transfer unique ID
Response
Crypto Transfer fetched successfully
Unique transaction ID
"txn_123456"
Unique transaction reference.
"REF123456"
DEPOSIT, WITHDRAWAL, TRANSFER Transaction amount, negative for debits, positive for credits
100
Transaction currency
"USD"
Status of the transaction, indicating its current state in the processing lifecycle.
- PENDING: The transaction has been created but not yet processed.
- IN_PROGRESS: The transaction is currently being processed.
- FAILED: The transaction processing has failed.
- SUCCESS: The transaction has been successfully processed.
PENDING, IN_PROGRESS, FAILED, SUCCESS Transaction creation date
Category tag for the transaction
"crypto-withdrawal"
Transaction description
"Conversion from USDC to IDR"
Associated account ID
Fee amount associated with the transaction
1
Indicates if the fee is inclusive in the transaction amount
Associated sub-account ID, if applicable
Blockchain transaction data, present on Crypto-backed transactions.