Check cross-chain bridge status
Authorizations
apikeystringRequired
API key for authentication
Query parameters
tx_hashstringRequiredExample:
Source-chain transaction hash returned by the execute endpoint
0x36b0c44ea57f060febbec537ff6c70e3c8f1a5ffdfd82f7335edb270b35478b6from_chainstring · enumRequiredExample:
Source chain: 'solana' or 'base'
basePossible values: to_chainstring · enumRequiredExample:
Destination chain: 'solana' or 'base'
solanaPossible values: aggregatorany ofOptional
Aggregator that produced the executed quote ('lifi' or 'relay'), as returned in the quote response. Status checks default to 'lifi', and Relay transactions are not found under that default — always pass this for Relay bridges.
string · enumOptionalPossible values:
Responses
200
Bridge transaction status including sending and receiving details
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Content
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
502
Bad Gateway
application/json
503
Service Unavailable
application/json
504
Gateway Timeout
application/json
get/api/v1/trade/bridge-status
Last updated
Was this helpful?