---
title: "Get currencies"
method: GET
path: "/v2/currencies"
tags: ["Currencies", "V2/Currencies"]
---

# Get currencies

`GET /v2/currencies`

Get a list of all available tokens, or filter by network, symbol, or id.

## Query parameters

- `network` string
- `symbol` string
- `firstOnly` string
- `id` string

## Headers

- `x-api-key` string
- `x-client-id` string
- `Origin` string

## Response `200`

List of tokens retrieved successfully

## Other responses

- `400` — Validation failed
- `404` — Token not found
- `429` — Too Many Requests

---

[API](https://skmtc.dev/request/apis/request-network-api.md) · [All operations](https://skmtc.dev/request/apis/request-network-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/request/request-network-api/revisions/042a895ac0c6/schema)
