Kraken Embed
Get Asset Details
Get detailed information about a specific asset including pricing, market data, and trading capabilities.
get/v1/kraken_embed/assets/{asset_id}
Path parameters
asset_idstring required
The asset identifier (e.g., BTC, ETH)
Query parameters
quotestring
Quote currency for pricing information.
langstring
RFC5646 language tag for localized content.
Headers
privy-app-idstring required
ID of your Privy app.
Response
Asset details retrieved successfully.
Example response
{
"data": {
"error": [],
"errors": [],
"result": {
"ath_date": "2025-10-06",
"ath_value": "126080",
"bearish_insights": "<p>Bitcoin has some challenges...</p>",
"bullish_insights": "<p>Bitcoin has strong fundamentals...</p>",
"change_percent_24h": "1.8191",
"change_value_24h": "41170105372",
"circulating_supply": "19940768",
"description": "Bitcoin is the world's largest cryptocurrency project.",
"english_name": "Bitcoin",
"links": {
"logo": {
"height": 400,
"href": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_btc.webp",
"type": "image/webp",
"width": 400
},
"self": {
"href": "/assets/BTC",
"type": "application/json"
}
},
"market_cap_value": "2304382465497",
"max_supply": "21000000",
"symbol": "BTC",
"total_supply": null,
"volume_value_24h": "64775687006"
}
}
}