GET Transaction status

Get transaction status

get
Query parameters
quoteIdstringRequired

Thd id of the bridge order

Header parameters
apiKeystringRequired

The API key that was assigned to you by Native

Responses
200
Success
application/json
get
GET /bridge/v1/bridge/tx-status HTTP/1.1
Host: newapi.native.org
apiKey: text
Accept: */*
200

Success

{
  "nextCursor": "text",
  "hasNextPage": true,
  "data": [
    {
      "quoteId": "text",
      "sourceChain": "ethereum",
      "sourceTxHash": "text",
      "destTxHash": "text",
      "destChain": "ethereum",
      "sourceTokenIn": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
      "destTokenOut": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
      "sourceAmountIn": 1,
      "destAmountOut": 1,
      "sourceTokenInUsdValue": 1,
      "destTokenOutUsdValue": 1,
      "status": "text",
      "intentCreatedAt": "2025-07-11T22:47:59.942Z"
    }
  ]
}