Skip to main content
GET
/
v0
/
assets
/
{asset_id}
/
price
Get current asset price
curl --request GET \
  --url https://api.example.com/v0/assets/{asset_id}/price
{
  "_links": {
    "kyc": {
      "description": "Submit KYC information",
      "href": "/v0/user/me/kyc",
      "method": "PUT"
    },
    "self": {
      "href": "/v0/user/me",
      "method": "GET"
    },
    "wallets": {
      "href": "/v0/wallets",
      "method": "GET"
    }
  }
}

Headers

x-juno-jwt
string | null

Path Parameters

asset_id
integer
required

Query Parameters

currency
string
default:USD

Fiat currency for price quote (only USD supported)

Response

Asset price retrieved successfully

Asset price response with HAL links.

HAL-style hypermedia links for navigation.

price
AssetPriceData · object
required

Price data for the asset