Skip to main content
GET
/
v0
/
wallets
/
{wallet_id}
/
assets
List Wallet Assets
curl --request GET \
  --url https://api.sumvin.com/v0/wallets/{wallet_id}/assets
{
  "_links": {},
  "wallet_address": "<string>",
  "wallet_chain_id": 123,
  "assets": [
    {
      "symbol": "<string>",
      "name": "<string>",
      "chain_id": 123,
      "balance": "<string>",
      "balance_updated_at": 123,
      "balance_usd": "<string>",
      "transactions_href": "<string>",
      "_links": {}
    }
  ],
  "total_assets": 123
}

Headers

x-juno-orgid
string | null

Tenant org ID for multi-tenant auth

x-sumvin-token
string | null
x-juno-jwt
string | null

Path Parameters

wallet_id
string
required

Response

Assets retrieved successfully

HAL-style hypermedia links for navigation and available actions.

wallet_address
string
required
wallet_chain_id
integer
required
assets
WalletAssetData · object[]
required
total_assets
integer
required