Skip to main content
GET
Get Transaction

Path Parameters

transaction_id
string
required

The transaction identifier returned by the API

Query Parameters

app_id
string
required

Your app ID from the Developer Portal

type
enum<string>

Optional. payment (default) or transaction depending on the command you used.

Available options:
payment,
transaction

Response

200 - application/json

Transaction status

reference
string

Your unique reference for the transaction

transaction_hash
string

On-chain transaction hash

transaction_status
enum<string>

Current status of the transaction

Available options:
pending,
mined,
failed
from
string

Sender address

chain
string

Blockchain network name

timestamp
string<date-time>

ISO 8601 timestamp when created

token_amount
string

Amount transferred (BigInt with 6 decimals)

token
string

Token symbol

to
string

Receiver address

app_id
string

Your app ID