All exchange info including market pairs will be retrieved via this API.
GET /api/v1/exchangeInfo/ GET /api/v1/exchangeInfo/?symbol=string
symbol?: string
A market symbol, which is a combination of a base ticker, a colon, and a quote ticker.
If set, returns a market of the symbol; otherwise, returns all markets available to trade on.
E.g., ETH_ETHSEPOLIA:USDT_ETHSEPOLIA
ETH_ETHSEPOLIA:USDT_ETHSEPOLIA
curl -X GET \ -H "Nectar-Api-Key: <apikey>" \ <nectar_url>/api/v1/exchangeInfo/
For more detailed information, please refer to the links below:
getAllMarkets
getMarket
Last updated 1 year ago