Authorizations
Query Parameters
Number of items per page
Example:
10
Number of items per page. Kept for backward compatibility
Page number
Example:
1
curl --request GET \
--url https://api.messari.io/metrics/v1/assets \
--header 'X-Messari-API-Key: <api-key>'{
"data": [
{
"allTimeHigh": {},
"category": "<string>",
"contractAddresses": [
{}
],
"description": "<string>",
"id": "<string>",
"links": [
{}
],
"marketData": {},
"name": "<string>",
"networkSlugs": [
"<string>"
],
"protocolSlugs": [
"<string>"
],
"rank": 123,
"returnOnInvestment": {},
"sector": "<string>",
"slug": "<string>",
"symbol": "<string>",
"tags": [
"<string>"
]
}
],
"error": "<string>",
"metadata": {
"page": 123,
"pageSize": 123,
"totalPages": 123,
"totalRows": 123
}
}Retrieve a list of assets
curl --request GET \
--url https://api.messari.io/metrics/v1/assets \
--header 'X-Messari-API-Key: <api-key>'{
"data": [
{
"allTimeHigh": {},
"category": "<string>",
"contractAddresses": [
{}
],
"description": "<string>",
"id": "<string>",
"links": [
{}
],
"marketData": {},
"name": "<string>",
"networkSlugs": [
"<string>"
],
"protocolSlugs": [
"<string>"
],
"rank": 123,
"returnOnInvestment": {},
"sector": "<string>",
"slug": "<string>",
"symbol": "<string>",
"tags": [
"<string>"
]
}
],
"error": "<string>",
"metadata": {
"page": 123,
"pageSize": 123,
"totalPages": 123,
"totalRows": 123
}
}Number of items per page
10
Number of items per page. Kept for backward compatibility
Page number
1