RathRath Finance
API Reference

Status

Returns bridge transaction status and execution progress for a tracked route.

GET
/status

Query Parameters

txHash*string

Transaction hash to look up. Pass the source-chain transaction hash for the route you want to track.

fromChainId*integer

Optional source chain ID hint to help the status resolver disambiguate provider state.

Formatint64
Range0 <= value
userAddress?|

Optional wallet address to scope the status lookup to the user who initiated the route.

Response Body

application/json

curl -X GET "https://api.xpath.rath.fi/status?txHash=string&fromChainId=0"
{
  "code": 0,
  "data": {
    "destTxDetails": {
      "chainId": 0,
      "chainLogo": "string",
      "timestamp": 0,
      "txHash": "string"
    },
    "details": null,
    "fromAsset": {},
    "kind": "string",
    "provider": {
      "key": "string",
      "name": "string"
    },
    "routeKind": "string",
    "srcTxDetails": {
      "chainId": 0,
      "chainLogo": "string",
      "timestamp": 0,
      "txHash": "string"
    },
    "status": "string",
    "swapId": "string",
    "tachyonTxId": "string",
    "toAsset": {},
    "updatedAtMs": 0
  },
  "message": "string"
}
Empty
Empty