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

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
default:1329

Filter by chain ID to disambiguate symbol

Response

Asset retrieved successfully

Single asset response with HAL links.

HAL-style hypermedia links for navigation.

asset
AssetData · object
required

Asset details