Skip to main content
GET
/
market-pulse
/
assets
/
{assetCode}
/
statistics
Get asset statistics
curl --request GET \
  --url https://api.enterprise.sandbox.uphold.com/market-pulse/assets/{assetCode}/statistics \
  --header 'Authorization: Bearer <token>'
{ "statistics": { "circulatingSupply": 19000000, "marketCap": 850000000000, "volume24h": 1000000000, "allTimeHigh": 69000 } }

Documentation Index

Fetch the complete documentation index at: https://developer.uphold.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth 2.0

Path Parameters

assetCode
string
required

The asset code.

Minimum string length: 1

Response

Asset statistics retrieved.

statistics
object
required