Skip to main content
GET
Get transaction

Authorizations

X-Zd-Signature
string
header
required

Hex-encoded HMAC-SHA512(apiPath|timestamp|data, secretKey) computed by Zero-Dash. Recompute it and compare before doing anything else. See Request signature.

X-Zd-Timestamp
string
header
required

Unix time in milliseconds, and the exact value that was signed. Reject requests older than 5 minutes.

Path Parameters

accountId
string
required

Player account ID.

Example:

"acct_8f2c19"

transactionId
string
required

The Zero-Dash transactionId to look up.

Example:

"test-transaction-1112"

Response

Transaction found.

operatorTransactionId
string
required

Your internal transaction ID. Stored by Zero-Dash for troubleshooting only.

balance
object
required

The player's balance after the operation was applied.

createdAt
string<date-time>

Transaction creation date (ISO-8601 UTC). Defaults to the time of processing when omitted.