AsterAster REST API

Exchange Information

Get current exchange trading rules and symbol information.

GET
/v1/aster/fapi/v1/exchangeInfo

Authorization

ApiKeyAuth
X-MBX-APIKEY<token>

API Key authentication for Aster Finance

In: header

Response Body

application/json

curl -X GET "https://api.hypereth.io/v1/aster/fapi/v1/exchangeInfo"
{
  "timezone": "string",
  "serverTime": 0,
  "rateLimits": [
    {}
  ],
  "symbols": [
    {
      "symbol": "string",
      "pair": "string",
      "contractType": "string",
      "deliveryDate": 0,
      "onboardDate": 0,
      "status": "string",
      "maintMarginPercent": "string",
      "requiredMarginPercent": "string",
      "baseAsset": "string",
      "quoteAsset": "string",
      "marginAsset": "string",
      "pricePrecision": 0,
      "quantityPrecision": 0,
      "baseAssetPrecision": 0,
      "quotePrecision": 0,
      "underlyingType": "string",
      "filters": [
        {}
      ]
    }
  ]
}