Create Ledger

This endpoint creates a new ledger with specific currency information. The ledger can be defined using either a predefined fiat currency or a custom-defined currency.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 3 and 40

The name assigned to the ledger must be at least 3 characters long and no more than 40 characters. It should consist only of alphanumeric characters (letters and numbers), with no spaces or special characters allowed.

currencyInfo
required
uint8
required
0 to 255

The decimals parameter defines the number of decimal places used for the transactions in the ledger. It is an integer value ranging from 0 to 255, allowing for precise currency calculations and representations.

string | null

The description field is an optional free-form text that provides additional information about the ledger.

uint64 | null

The seed value for the ledger. Do not send this field for currency movement ledgers or when there is no fixed amount of tokens to be minted. Seed value 0 is same as not sending seed

Headers
string
required

A unique key to prevent duplicate requests. Typically a UUID.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json