---
title: "GET /cryptos"
method: GET
path: "/cryptos"
---

# GET /cryptos

`GET /cryptos`

Get all cryptos

## Query parameters

- `id` string, required

## Response `200`

List of cryptos

- object[]
  - `_id` string, required
  - `platform` string, required
  - `platformName` string
  - `symbol` string, required
  - `name` string, required
  - `decimals` number, nullable, required
  - `logo` string

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/coinspace/apis/coin-wallet-api-v4.md) · [All operations](https://skmtc.net/coinspace/apis/coin-wallet-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinspace/coin-wallet-api-v4/versions/8dd1fdcc9afd/schema)
