v1

latestOpenAPI 3.1.02026-07-262771117.8 KB

Get Status

Retrieve the status and details of a transaction by transaction ID.

get/getStatus

Query parameters

txHashstring
Example:0xd56968cf4fede6a0773f3e6dfad7d1088aacd3994bada55d44faee9596dadff2

Transaction hash to query (required if txId not provided)

txIdstring
Example:0x49b1d3d38176e45864fd55500c6c1879ab318609e1ed0c8eb9abd818e6c811fd

Transaction ID to query (required if txHash not provided)

chainIdinteger
Example:1

Source chain ID for the transaction (optional but recommended)

Response

Transaction status response

status'success' | 'pending' | 'requires refund' | 'refunded' | 'failed' | 'not yet created' | 'expired' | 'submitted' | 'completed' required

Status of the transaction

senderstring required

Sender wallet address

srcChainIdinteger required

Source chain ID

dstChainIdinteger nullable

Destination chain ID

srcTxHashstring nullable

Source transaction hash

dstTxHashstring nullable

Destination transaction hash

txIdstring required

Unique transaction identifier

usdValuenumber nullable

USD value of the transaction