Skip to main content
GET
/
metrics
/
v1
/
networks
/
{networkIdentifier}
Get network
curl --request GET \
  --url https://api.messari.io/metrics/v1/networks/{networkIdentifier} \
  --header 'X-Messari-API-Key: <api-key>'
{
  "data": {
    "id": "<string>",
    "metrics": {},
    "name": "<string>",
    "slug": "<string>"
  },
  "error": "<string>"
}

Authorizations

X-Messari-API-Key
string
header
required

Path Parameters

networkIdentifier
string
required

Network ID or slug

Response

Default response

data
object
required
error
string