v1

latestOpenAPI 3.0.32026-07-1492428.9 KB
Exchange

/exchange/info

Returns the current exchange information including available margin assets, markets, and rules.

get/v1/exchange/info

Response

Successful response

tradingGasFeeE9string required

Current gas fee set for subsidized trades (e9 format)

serverTimeAtMillisinteger required

Server time in milliseconds.

timezonestring required

Timezone of the exchange.

Example response

{
  "assets": [
    {
      "symbol": "USDC",
      "decimals": 6
    }
  ],
  "contractsConfig": {
    "edsId": "0x7c723c16bc4a4d3e1067360de6963cfdfbdc51a128563fe052cb4f8f00d6150b",
    "idsId": "0x7c723c16bc4a4d3e1067360de6963cfdfbdc51a128563fe052cb4f8f00d6150b",
    "baseContractAddress": "0xa6b939f57595fed2ae10ae4f3a37a410c94e5bdb7dde2e547022d1fe1b9791d0",
    "currentContractAddress": "0xa6b939f57595fed2ae10ae4f3a37a410c94e5bdb7dde2e547022d1fe1b9791d0",
    "operators": {
      "admin": "0xa6b939f57595fed2ae10ae4f3a37a410c94e5bdb7dde2e547022d1fe1b9791d0",
      "operator": "0xa6b939f57595fed2ae10ae4f3a37a410c94e5bdb7dde2e547022d1fe1b9791d0",
      "sequencer": "0xa6b939f57595fed2ae10ae4f3a37a410c94e5bdb7dde2e547022d1fe1b9791d0",
      "funding": "0xa6b939f57595fed2ae10ae4f3a37a410c94e5bdb7dde2e547022d1fe1b9791d0",
      "fee": "0xa6b939f57595fed2ae10ae4f3a37a410c94e5bdb7dde2e547022d1fe1b9791d0"
    }
  },
  "markets": [
    {
      "symbol": "BTC-PERP"
    }
  ]
}
All 9 operations