HomeAPI ReferenceTransactionsGet Transaction Details
GET/transactions/{id}

Get Transaction Details

Outcome - Returns the details of a specific transaction.

Path Parameters

idnumber

Transaction ID

Responses

Response attributes

messagestring

Response message

transactionobject

Transaction details

Show child attributes (31)
idstring

Transaction ID

dollarAmountstring

Transaction amount in USD

fiatAmountstring

Transaction amount in fiat

feesDollarAmountstring

Transaction fees in USD

walletIdstring

Source wallet ID

feesPayerWalletIdstring

Fees payer wallet ID

senderAddressstring

Sender wallet address

receiverAddressstring

Destination address

datastringnullable

Transaction data

encodedPayloadstringnullable

Encoded transaction payload

notestringnullable

Transaction note

callMethodstringnullable

Call method

errorMessagestring

Error message if any

gasStationCategoryWalletIdstring

Gas station category wallet ID

parentIdnumbernullable

Parent transaction ID

statusChangedAtstring

Status change timestamp

assetobject

Asset details

Show child attributes (6)
idnumber

Asset ID

namestring

Asset name

symbolstring

Asset symbol

contractAddressstring

Token contract address

networkobject

Network details

Show child attributes (6)
idnumber

Network ID

namestring

Network name

symbolstring

Network symbol

logostring

Network logo URL

isSwappableboolean

Whether the network supports swapping

chainobject

Chain details

Show child attributes (5)
idnumber

Chain ID

namestring

Chain name

nativeCurrencyobject

Native currency details

Show child attributes (3)
namestring

Currency name

symbolstring

Currency symbol

decimalsnumber

Currency decimals

rpcUrlsobject

RPC URLs

Show child attributes (1)
defaultobject

Default RPC configuration

Show child attributes (2)
httparray

HTTP RPC URLs

webSocketarray

WebSocket RPC URLs

blockExplorersobject

Block explorer details

Show child attributes (1)
defaultobject

Default block explorer

Show child attributes (3)
namestring

Explorer name

urlstring

Explorer URL

apiUrlstring

Explorer API URL

logostring

Asset logo URL

paymentPolicyRangeobjectnullable

Payment policy range

adminobjectnullable

Admin details

createdAtstring

Transaction creation timestamp

updatedAtstring

Transaction last updated timestamp

blockExplorerUrlstring

Block explorer URL for the transaction

markupstring

Transaction markup

approvalsarray

Transaction approvals

typestring

Transaction type

transactionHashstring

Transaction hash

statusstring

Transaction status

coinSymbolstring

Coin symbol

paymentPolicyTypestring

Payment policy type

amountstring

Transaction amount

feesstring

Transaction fees

statusnumber

HTTP status code

Was this page helpful?