curl --request GET \
--url https://api.messari.io/metrics/v1/markets/{marketIdentifier} \
--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": {},
"network": {},
"quoteAsset": {},
"quoteAssetSector": "<string>",
"sectors": [
"<string>"
]
},
"error": "<string>"
}Retrieve a specific market
curl --request GET \
--url https://api.messari.io/metrics/v1/markets/{marketIdentifier} \
--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": {},
"network": {},
"quoteAsset": {},
"quoteAssetSector": "<string>",
"sectors": [
"<string>"
]
},
"error": "<string>"
}