---
title: "Get asset count"
method: GET
path: "/v1/assets/count"
tags: ["Supported Assets"]
---

# Get asset count

`GET /v1/assets/count`

Get the total number of supported assets, optionally filtered by chain.

## Query parameters

- `chainId` string

## Response `200`

Asset count

- object
  - `count` number, required
  - `timestamp` number, required

## Other responses

- `400` — Invalid query parameters
- `429` — Rate limit exceeded. Includes Retry-After header with seconds until reset.
- `500` — Internal server error

---

[API](https://skmtc.net/shapeshift/apis/shapeshift-public-api.md) · [All operations](https://skmtc.net/shapeshift/apis/shapeshift-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shapeshift/shapeshift-public-api/revisions/6ffb6a8fd74a/schema)
