GET
/
sapi
/
v1
/
symbols
curl --request GET \
  --url https://openapi.odyssey.trade/sapi/v1/symbols
{
  "symbols": [
    {
      "symbol": "<string>",
      "baseAsset": "<string>",
      "quoteAsset": "<string>",
      "pricePrecision": 123,
      "quantityPrecision": 123
    }
  ]
}

Response

200 - application/json
Successful Response

Response of the request: :class:odyssey_exchange_api.requests.SpotPairListRequest.

Contains a data of asset pairs at exchange.

symbols
object[]
required

An object that contains information about the asset.