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
  }
}

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