WAITING_FOR_RISK -> WAITING_TO_BE_SENT -> LOCKED_TO_PROCESSING -> SENT -> SUCCESSFULWAITING_FOR_RISK -> WAITING_FOR_VERIFICATION -> REJECTEDWAITING_FOR_RISK -> WAITING_FOR_VERIFICATION -> WAITING_TO_BE_SENT -> LOCKED_TO_PROCESSING -> SENT -> SUCCESSFULWAITING_FOR_RISK: The withdrawal has been accepted and is waiting for automated risk checks.WAITING_FOR_VERIFICATION: The withdrawal was escalated for additional review, for example compliance or manual verification.WAITING_TO_BE_SENT: Internal checks are complete and the withdrawal is queued for blockchain submission.LOCKED_TO_PROCESSING: The transaction is temporarily locked while the system performs the final internal processing step before sending.SENT: The transaction has been submitted to the blockchain network. At this point the transaction hash is expected to be available.SUCCESSFUL: The withdrawal completed successfully and reached its final successful state.REJECTED: The withdrawal was declined during review and will not continue to the blockchain submission stage.transactionHash availability: transactionHash is null until the withdrawal reaches SENT. It is expected for SENT and SUCCESSFUL.user field behavior: The user object is present for user withdrawals and null for partner withdrawals.error and only a partial transaction snapshot. Do not assume all standard fields are always present. In some error cases, even status may be absent.SENT,error or incomplete status data.curl --location 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "8c394557-ba48-4ab4-9349-84d396b4a7f7",
"amount": 0.1,
"fee": 0.002,
"destination": "34BswSPLbveHiULzdAahf6qr8V1VdkdHFa",
"status": "SUCCESSFUL",
"transactionHash": "b768f1fb7d9e69c9e6c3f1ccb8481ff4b0f1940a1c9e7c87d374d1814fd6383b",
"currency": {
"network": "",
"name": "LTC"
},
"createdAt": "2024-11-05T10:54:02.982Z",
"user": {
"externalUserId": "8bdd8c8a-e9b7-475e-9690-8a34e8b78dab",
"email": "Giovani34@yahoo.com",
"firstName": "Will",
"lastName": "Hahn",
"address": "0294 Greenholt Burgs",
"city": "Wilfredchester",
"country": "BM",
"documentType": "id",
"documentNumber": "109314",
"pesel": null,
"birthCountry": null,
"birthDate": null
}
}'{}