Skip to main content
GET
Get Status

Authorizations

x-api-key
string
header
required

Limited demo key for API Reference: 5c951bc81da566bbd030ba8e20724063.

Query Parameters

txHash
string

Transaction hash to query (required if txId not provided)

Example:

"0xd56968cf4fede6a0773f3e6dfad7d1088aacd3994bada55d44faee9596dadff2"

txId
string

Transaction ID to query (required if txHash not provided)

Example:

"0x49b1d3d38176e45864fd55500c6c1879ab318609e1ed0c8eb9abd818e6c811fd"

chainId
integer

Source chain ID for the transaction (optional but recommended)

Example:

1

Response

200 - application/json

Transaction status response

status
enum<string>
required

Status of the transaction

Available options:
success,
pending,
requires refund,
refunded,
failed,
not yet created,
expired,
submitted,
completed
Example:

"success"

sender
string
required

Sender wallet address

Example:

"0x1234567890123456789012345678901234567890"

srcChainId
integer
required

Source chain ID

Example:

1

bridgeDetails
object
required
txId
string
required

Unique transaction identifier

Example:

"0x49b1d3d38176e45864fd55500c6c1879ab318609e1ed0c8eb9abd818e6c811fd"

dstChainId
integer | null

Destination chain ID

Example:

42161

srcTxHash
string | null

Source transaction hash

Example:

"0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

dstTxHash
string | null

Destination transaction hash

Example:

"0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890"

actionRequest
object

Original action request parameters

actionResponse
object

Original action response data

usdRates
object | null

USD rates at the time of the transaction

workflow
object | null

Workflow information if transaction is associated with a workflow (only present if the transaction had a workflow)

org
object | null
usdValue
number | null

USD value of the transaction

Example:

100.5

srcTx
object | null
dstTx
object | null