---
title: "Get list of supported assets for main accounts."
method: GET
path: "/ledger/currency/assets"
tags: ["ledger-accounts"]
---

# Get list of supported assets for main accounts.

`GET /ledger/currency/assets`

This operation allows the client to get the Nestcoin supported
Assets

## Response `200`

Assets Fetched Successfully

- SupportedAssetsList — List of assets supported for main account.
  - `assets` Asset[]
    - `code` string — The asset code/symbol for this asset.
    - `name` string — Name of this asset.
    - `decimals` integer — Number of decimal places supported by this asset.
    - `symbol` string — asset symbol
    - `supportsBlockchainTransfer` boolean — Indicates if this asset supports blockchain operations like crypto transfers.

## Other responses

- `400` — Request could not be validated
- `401` — Client is not authorized to make request
- `403` — Expected permission is not available.
- `default` — Internal Server Error

---

[API](https://skmtc.net/nestechops/apis/onboard-external-api-gateway.md) · [All operations](https://skmtc.net/nestechops/apis/onboard-external-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nestechops/onboard-external-api-gateway/versions/29661adc1ffc/schema)
