exchangeNames[]: (array) List of exchange names (e.g. Binance).
tokenSymbols: (string) Token symbol (e.g. BTC).
Description:
The /api/v1/crypto/markets endpoint serves to provide a comprehensive list of cryptocurrency markets available across various exchanges. It supports filtering based on several query parameters such as pagination offsets (offset), limits (limit), specific exchange names (exchangeNames[]), and token symbols (tokenSymbols).
Example with curl:
curl -X GET "http://example.com/api/v1/crypto/markets?offset=0&limit=5&exchangeNames[]=Kraken&tokenSymbols=BTC"