---
title: "Get Asset Details"
method: GET
path: "/v1/kraken_embed/assets/{asset_id}"
tags: ["Kraken Embed"]
---

# Get Asset Details

`GET /v1/kraken_embed/assets/{asset_id}`

Get detailed information about a specific asset including pricing, market data, and trading capabilities.

## Path parameters

- `asset_id` string, required — The asset identifier (e.g., BTC, ETH)

## Query parameters

- `quote` string — Quote currency for pricing information.
- `lang` string — RFC5646 language tag for localized content.

## Headers

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

## Response `200`

Asset details retrieved successfully.

- object
  - `data` object, required
    - `error` unknown[]
      - unknown
    - `errors` unknown[]
      - unknown
    - `result` object, nullable, required
      - `ath_date` string, nullable
      - `ath_value` string, nullable
      - `bearish_insights` string, nullable
      - `bullish_insights` string, nullable
      - `change_percent_24h` string, nullable
      - `change_value_24h` string, nullable
      - `circulating_supply` string, nullable
      - `description` string, nullable
      - `english_name` string, nullable
      - `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
      - `market_cap_value` string, nullable
      - `max_supply` string, nullable
      - `symbol` string, required
      - `total_supply` string, nullable
      - `volume_value_24h` string, 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)
