cURL
curl --request POST \ --url https://api.sandbox.nxos.io/v1/ledger/{ledger_key}/type/account \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "code": "<string>", "metadata": {} }'
{ "code": "<string>", "metadata": {} }
The Basic Authentication header. Format: "Basic {base64(orgID:apiKey)}"
The key of the ledger. Examples:
The request has succeeded.
The response is of type object.
object