API Reference
Gasless Status
Get gasless swap status by ID.
Query Parameters
id*string
Identifier returned by the gasless submit flow. Required. Use it to retrieve the latest execution status for that swap.
Header Parameters
api-key*string
Required API key used for authenticated access and account-based rate limits. Missing or invalid keys return 401.
Response Body
application/json
curl -X GET "https://api.xpath.rath.fi/gasless/status?id=string" \ -H "api-key: string"{
"code": 0,
"data": {
"aggregator": "string",
"amountIn": "string",
"amountOut": "string",
"createdAt": "string",
"executionTxHash": "string",
"feeAmount": "string",
"from": "string",
"fromChainId": 0,
"fromToken": "string",
"recipient": "string",
"routeKind": "string",
"status": "string",
"swapId": "string",
"tachyonTxId": "string",
"toChainId": 0,
"toToken": "string",
"updatedAt": "string"
},
"message": "string"
}Empty