Skip to main content
GET
/
v0
/
insto
/
custody
/
public
/
assets
List assets
curl --request GET \
  --url https://api.kraken.com/v0/insto/custody/public/assets
{
  "result": [
    {
      "name": "Bitcoin",
      "asset": "BTC",
      "asset_class": "currency",
      "symbol": "₿",
      "decimals": 8,
      "display_decimals": 5,
      "withdraw": true,
      "deposit": true,
      "transfer_to_spot": true,
      "transfer_to_vault": true,
      "stake": false,
      "full_name": "Bitcoin (BTC)",
      "network": "Bitcoin"
    }
  ]
}

Response

Catalog of supported assets, with currency code, display metadata, and supported actions.

result
object[]
required