0x · Example Payload

0X Gasless Get Status Example

CryptocurrencyDeFiDEX AggregatorSwapGaslessCross-ChainPermit2LiquidityTrade AnalyticsWeb3SettlementSmart Contracts

0X Gasless Get Status Example is an example object payload from 0x, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.0x.org/gasless/status/0xdef0987654321fedcba0987654321fedcba0987654321fedcba0987654321fed?chainId=1",
    "headers": {
      "0x-api-key": "YOUR_API_KEY",
      "0x-version": "v2"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "transactions": [
        {
          "hash": "0xfaceb00c000000000000000000000000000000000000000000000000deadbeef",
          "timestamp": 1735682500
        }
      ],
      "status": "confirmed",
      "reason": null
    }
  }
}