Skip to main content
GET
/
v0
/
assets
/
{symbol}
/
price
Get current asset price
curl --request GET \
  --url https://api.sumvin.com/v0/assets/{symbol}/price \
  --header 'Authorization: Bearer <token>'
{
  "_links": {
    "self": {
      "href": "<string>",
      "method": "GET",
      "templated": false,
      "description": "<string>"
    },
    "price": {
      "href": "<string>",
      "method": "GET",
      "templated": false,
      "description": "<string>"
    }
  },
  "price": {
    "symbol": "<string>",
    "price": "<string>",
    "currency": "<string>",
    "timestamp": 123,
    "chain_id": 123
  }
}

Authorizations

Authorization
string
header
required

JWT token from Authorization header (Bearer token)

Headers

x-juno-orgid
string | null

Tenant org ID for multi-tenant auth

x-juno-jwt
string | null

JWT token from x-juno-jwt header

Path Parameters

symbol
string
required

Query Parameters

chain_id
integer | null

Filter by chain ID to disambiguate symbol

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