SUCCESSFUL
: The deposit has been successfully processed and credited to the user's account.UNSUCCESSFUL
: The deposit was rejected or failed for other reasons.WAITING_FOR_VERIFICATION
: The deposit has been detected on the blockchain but is pending internal verification before being credited.WAITING_FOR_TR_DATA
: The deposit requires additional Travel Rule data before it can be processed.curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"externalUserId": "8bdd8c8a-e9b7-475e-9690-8a34e8b78dab",
"cryptoDepositId": "facc5951-bdc8-46bc-a01c-9b36f25be6af",
"amount": 0.001,
"currency": "eth",
"status": "WAITING_FOR_TR_DATA",
"transactionHash": "0x10d5bd4367fd6623a16f56889abb3bb2352b8ea7df7b21537f1fc56fc2d07a87",
"createdAt": "2025-03-20T11:34:37.646Z"
}'
{}