getStatus
Get the status of a cross chain transaction
Headers
0x-api-key
Visit dashboard.0x.org to get your API Key
Query parameters
originChain
The origin chain where the cross-chain transaction was initiated
originTxHash
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)
quoteId
The quote ID associated with the cross-chain transaction
Response
Successful response
status
The current status of the cross-chain transaction
steps
The steps involved in the cross-chain transaction
failure
The failure context for the cross-chain transaction
transactions
List of all blockchain transactions involved in this cross-chain swap, across multiple chains
zid
The unique ZeroEx identifier of the request
bridge
The bridge provider handling the cross-chain transfer
Errors
400
Bad Request Error
404
Not Found Error
500
Internal Server Error