---
title: "Wallet supported coins"
method: GET
path: "/api/v1/wallets/{slug}/assets"
tags: ["Wallets"]
---

# Wallet supported coins

`GET /api/v1/wallets/{slug}/assets`

Coins the wallet supports, returned in the same shape as `List coins` and
accepting the same filters/sort.

## Query parameters

- `page` integer, nullable — Page number (1-based). Must be at least 1.
- `per_page` integer, nullable — Rows per page. The cap is plan-based (Free 100, Starter/Pro 250); exceeding it returns 422 rather than clamping. Must be at least 1. Must not be greater than 100.
- `type` 'coin' | 'token', nullable — Restrict to a single asset type: coin or token.
- `status` 'active' | 'delisted' | 'untracked' | 'progressing' | 'awaiting' | 'preparing', nullable — Listing status: active, delisted, untracked, progressing, awaiting or preparing. Defaults to all public statuses.
- `search` string, nullable — Free-text match on name or symbol. Must not be greater than 100 characters.
- `min_price` number, nullable — Only coins priced at or above this USD value. Must be at least 0.
- `max_price` number, nullable — Only coins priced at or below this USD value. Must be at least 0.
- `min_marketcap` number, nullable — Only coins with a USD marketcap at or above this value. Must be at least 0.
- `max_marketcap` number, nullable — Only coins with a USD marketcap at or below this value. Must be at least 0.
- `min_volume` number, nullable — Only coins with 24h USD volume at or above this value. Must be at least 0.
- `max_volume` number, nullable — Only coins with 24h USD volume at or below this value. Must be at least 0.
- `ids` string, nullable — Filter to specific coin ids (CSV, up to 100 selectors combined with slugs/symbols). Must not be greater than 1000 characters.
- `slugs` string, nullable — Filter to specific coin slugs (CSV, up to 100 selectors combined). Must not be greater than 2000 characters.
- `symbols` string, nullable — Filter to specific coin symbols (CSV, case-insensitive, up to 100 selectors combined). Must not be greater than 1000 characters.
- `sort` string, nullable — Comma-separated sort fields; prefix with - for descending. Sortable: marketcap, rank, price, volume_24h, change_24h, change_7d. Must not be greater than 100 characters.
- `interval` '24h' | '7d', nullable — Movers window for /coins/gainers and /coins/losers only: 24h or 7d.

---

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