Skip to main content
GET
/
metrics
/
v1
/
markets
/
{marketIdentifier}
Get 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>"
}

Authorizations

X-Messari-API-Key
string
header
required

Path Parameters

marketIdentifier
string
required

Response

Default response

data
object
required
error
string