---
title: "List Assets"
method: GET
path: "/v1/kraken_embed/assets"
tags: ["Kraken Embed"]
---

# List Assets

`GET /v1/kraken_embed/assets`

Get a list of all available assets for trading on Kraken Embed, with optional filtering and pagination.

## Query parameters

- `filter[user]` string
- `filter[assets]` string[]
- `filter[platform_statuses]` union[]
  - union
    - 'enabled' | 'deposit_only' | 'withdrawal_only' | 'funding_temporarily_disabled' | 'disabled'
    - string
- `filter[tradable_only]` boolean, nullable
- `quote` string
- `sort` 'trending' | 'market_cap_rank' | '-market_cap_rank' | 'symbol' | '-symbol' | 'name' | '-name' | 'change_percent_1h' | '-change_percent_1h' | 'change_percent_24h' | '-change_percent_24h' | 'change_percent_7d' | '-change_percent_7d' | 'change_percent_30d' | '-change_percent_30d' | 'change_percent_1y' | '-change_percent_1y' | 'listing_date' | '-listing_date' — Sorting options for the asset list endpoint.
- `page[size]` integer
- `page[number]` integer
- `lang` string

## Headers

- `privy-app-id` string, required — ID of your Privy app.

## Response `200`

List of available assets with pagination information.

- object
  - `data` object, required
    - `error` unknown[]
      - unknown
    - `errors` unknown[]
      - unknown
    - `result` object, nullable, required
      - `assets` object[], required
        - `ath_date` string, nullable
        - `ath_value` string, nullable
        - `change_percent_1h` string, nullable
        - `change_percent_1y` string, nullable
        - `change_percent_24h` string, nullable
        - `change_percent_30d` string, nullable
        - `change_percent_7d` string, nullable
        - `circulating_supply` string, nullable
        - `circulating_supply_value` string, nullable
        - `collateral_value` number, nullable
        - `decimals` integer, required
        - `disabled_against` string[], required
        - `display_decimals` integer, required
        - `english_name` string, nullable
        - `id` string, required
        - `links` object, required
          - `logo` object, required
            - `height` integer, required
            - `href` string, required
            - `type` string, nullable
            - `width` integer, required
          - `self` object, required
            - `href` string, required
            - `type` string, nullable
        - `listing_date` string, nullable
        - `market_cap_rank` integer, nullable
        - `market_cap_value` string, nullable
        - `max_supply` string, nullable
        - `max_supply_value` string, nullable
        - `platform_status` union, required
          - 'enabled' | 'deposit_only' | 'withdrawal_only' | 'funding_temporarily_disabled' | 'disabled'
          - string
        - `price` string, nullable
        - `simple_trade_decimals` integer, nullable
        - `total_supply` string, nullable
        - `total_supply_value` string, nullable
        - `trending_rank` integer, nullable
        - `user_status` union
          - 'tradable' | 'available_soon' | 'temporarily_disabled' | 'disabled'
          - string
        - `volume_value_24h` string, nullable
      - `links` object, required
        - `first` string, nullable
        - `last` string, nullable
        - `next` string, nullable
        - `prev` string, nullable
        - `self` string, nullable
      - `meta` object, required
        - `page_number` integer, nullable
        - `page_size` integer, nullable
        - `total_items` integer, nullable
        - `total_pages` integer, nullable

---

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