cURL
curl --request GET \ --url https://openapi.odyssey.trade/sapi/v1/symbols
{ "symbols": [ { "symbol": "<string>", "baseAsset": "<string>", "quoteAsset": "<string>", "pricePrecision": 123, "quantityPrecision": 123 } ] }
The supported symbol pair collection which in the exchange.
Successful Response
Response of the request: :class:odyssey_exchange_api.requests.SpotPairListRequest.
odyssey_exchange_api.requests.SpotPairListRequest
Contains a data of asset pairs at exchange.