Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.blockworks.com/v1/assets/{idOrSlug}/price \ --header 'x-api-key: <api-key>'
{ "usd": 4014.79, "btc": 0.036245034667051854, "eth": 1, "updated_at": 1760623631, "asset_code": "ETH", "asset_slug": "ethereum" }
Get price data for a single asset. Returns only the price data with asset identifiers.
Price data for the specified asset
Unix timestamp
20
100