cURL
curl --request GET \ --url https://api.messari.io/metrics/v1/markets \ --header 'X-Messari-API-Key: <api-key>'
{ "data": [ { "baseAsset": {}, "baseAssetSector": "<string>", "exchange": {}, "firstTradeAt": "2023-11-07T05:31:56Z", "id": "<string>", "isNewMarket": true, "isRecentlyListed": true, "lastTradeAt": "2023-11-07T05:31:56Z", "liveness": "<string>", "metrics": {}, "quoteAsset": {}, "quoteAssetSector": "<string>", "sectors": [ "<string>" ], "network": {} } ], "error": "<string>", "metadata": { "page": 123, "pageSize": 123, "totalPages": 123, "totalRows": 123 } }
Retrieve a list of markets
Number of items per page
10
Number of items per page. Kept for backward compatibility
Page number
1
Default response
Show child attributes