getStatus

View as Markdown
Get the status of a cross chain transaction

Headers

0x-api-keystringRequired
Visit dashboard.0x.org to get your API Key

Query parameters

originChainstringRequired

The origin chain where the cross-chain transaction was initiated

originTxHashstringRequired

The transaction hash on the origin chain to track. Format varies by chain type (32-byte hex for EVM/HyperCore, base58 signature for Solana, 64-char hex for Tron)

quoteIdstringOptional

The quote ID associated with the cross-chain transaction

Response

Successful response
statusenum

The current status of the cross-chain transaction

stepslist of objects

The steps involved in the cross-chain transaction

failureobject or null

The failure context for the cross-chain transaction

transactionslist of objects

List of all blockchain transactions involved in this cross-chain swap, across multiple chains

zidstring
The unique ZeroEx identifier of the request
bridgestring

The bridge provider handling the cross-chain transfer

Errors

400
Bad Request Error
404
Not Found Error
500
Internal Server Error