Get transaction
Returns the current state of a transaction on your side. Zero-Dash uses it to reconcile after a failed or ambiguous settlement — for example to find out whether a debit that returned 500 actually landed.
Return 404 only when the transaction genuinely does not exist.
Authorizations
Hex-encoded HMAC-SHA512(apiPath|timestamp|data, secretKey) computed by Zero-Dash. Recompute it and compare before doing anything else. See Request signature.
Unix time in milliseconds, and the exact value that was signed. Reject requests older than 5 minutes.
Path Parameters
Player account ID.
"acct_8f2c19"
The Zero-Dash transactionId to look up.
"test-transaction-1112"
Response
Transaction found.
Your internal transaction ID. Stored by Zero-Dash for troubleshooting only.
The player's balance after the operation was applied.
Transaction creation date (ISO-8601 UTC). Defaults to the time of processing when omitted.