Skip to main content
GET
/
signal
/
v1
/
assets
Get Assets
curl --request GET \
  --url https://api.messari.io/signal/v1/assets \
  --header 'X-Messari-API-Key: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "mindshare": {
        "latestPercentage": {
          "IsNull": true,
          "Value": 123
        },
        "latestScore": {
          "IsNull": true,
          "Value": 123
        },
        "percentageChange1d": {
          "IsNull": true,
          "Value": 123
        },
        "percentageChange30d": {
          "IsNull": true,
          "Value": 123
        },
        "percentageChange7d": {
          "IsNull": true,
          "Value": 123
        },
        "rank": {
          "IsNull": true,
          "Value": 123
        },
        "scoreChange1d": {
          "IsNull": true,
          "Value": 123
        },
        "scoreChange30d": {
          "IsNull": true,
          "Value": 123
        },
        "scoreChange7d": {
          "IsNull": true,
          "Value": 123
        }
      },
      "name": "<string>",
      "sentiment": {
        "latestScore": {
          "IsNull": true,
          "Value": 123
        },
        "scoreChange180d": {
          "IsNull": true,
          "Value": 123
        },
        "scoreChange1d": {
          "IsNull": true,
          "Value": 123
        },
        "scoreChange1y": {
          "IsNull": true,
          "Value": 123
        },
        "scoreChange30d": {
          "IsNull": true,
          "Value": 123
        },
        "scoreChange7d": {
          "IsNull": true,
          "Value": 123
        },
        "scoreChange90d": {
          "IsNull": true,
          "Value": 123
        },
        "scoreChangeYTD": {
          "IsNull": true,
          "Value": 123
        }
      },
      "slug": "<string>",
      "symbol": "<string>"
    }
  ],
  "error": "<string>",
  "metadata": {
    "page": 123,
    "pageSize": 123,
    "totalPages": 123,
    "totalRows": 123
  }
}

Authorizations

X-Messari-API-Key
string
header
required

Query Parameters

limit
integer
default:10

Number of items per page

pageSize
integer
default:10

Number of items per page. Kept for backward compatibility

page
integer
default:1

Page number

Response

Default response

data
object[]
required
error
string
metadata
object
I