latestOpenAPI 3.0.3UNLICENSED2026-08-2196241404.2 KB
76329919f8a7
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
}
]
}