Skip to main content
GET
/
intel
/
v1
/
assets
List all assets
curl --request GET \
  --url https://api.messari.io/intel/v1/assets \
  --header 'X-Messari-API-Key: <api-key>'
{
  "error": null,
  "data": [
    {
      "id": "000b948f-a246-4c10-bddd-066b7c4fb3a4",
      "name": "DaxxCoin",
      "slug": "daxxcoin",
      "symbol": "DAXX"
    },
    {
      "id": "005a55a6-c89a-4ad7-b397-482353303186",
      "name": "StormX",
      "slug": "storm",
      "symbol": "STMX"
    },
    {
      "id": "007fe708-6ace-499b-a999-dcaa45e0eaf5",
      "name": "Zilliqa",
      "slug": "zilliqa",
      "symbol": "ZIL"
    },
    {
      "id": "00aa12c6-bc8f-4f51-b91e-abc189ef57da",
      "name": "Metal",
      "slug": "metal",
      "symbol": "MTL"
    },
    {
      "id": "00af9860-7bd6-4a24-a8c6-0b6136ab03f9",
      "name": "SpaceChain",
      "slug": "spacechain",
      "symbol": "SPCV2"
    }
  ],
  "metadata": {
    "limit": 10,
    "page": 1,
    "totalRows": 1193,
    "totalPages": 120
  }
}

Authorizations

X-Messari-API-Key
string
header
required

Query Parameters

symbol
string[]

Optional filter to only return assets with specific symbols, comma separated. It might return multiple results with a common symbol.

name
string[]

Optional filter to only return assets with specific names, comma separated. It might return multiple results with a common or similar name.

limit
integer
default:10
page
integer
default:0

Response

Default response

data
object[]
required
error
string
metadata
object