v3

latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KB
ledger-accounts

Get list of supported assets for main accounts.

This operation allows the client to get the Nestcoin supported Assets

get/ledger/currency/assets

Response

Assets Fetched Successfully

Example response

{
  "assets": [
    {
      "code": "USD",
      "name": "US Dollars",
      "decimals": 2
    }
  ]
}