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
    }
  ]
}

Changes

Changed in 1 of the 6 revisions of this API.2

    • the endpoint scheme security HMACAuth was added to the API

      api-security-added

    • the endpoint scheme security authToken was removed from the API

      api-security-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog