Skip to main content
GET
Fetches the full record for one transaction on your business account (deposit, withdrawal, redemption, or bridge), including its on-chain hash and current status. Only transactions that belong to your business are returned. To list many transactions, use Get Transactions.

Path parameters

string
required
The transaction reference (trx_ref), as returned by Withdraw, Redeem Asset, Bridge, or Get Transactions.

Response (decrypted data)

Returns a single transaction object, the same shape as items in Get Transactions.
string
Unique transaction ID.
string
Sender identifier or address.
object
Either { "address": "0x..." } for on-chain transfers or { "bank": "...", "accountNumber": "..." } for fiat settlement.
string
Transaction amount.
string
Human-readable description.
string
ISO 8601 creation timestamp.
string
Transaction reference.
string
Transaction type (e.g. deposit, withdrawal, redeem, swap).
string
Network the transaction executed on.
string
Asset classification.
string
Asset ticker (CNGN).
string | null
On-chain hash on the origin network, if applicable.
string | null
On-chain hash on the external/destination network, if applicable.
Block explorer URL for the transaction.
string
Transaction status (e.g. pending, success, failed).