cURL
curl --request GET \ --url https://api.sandbox.nxos.io/v1/ledger/{ledger_key}/type/asset-move \ --header 'Authorization: <authorization>'
[ { "code": "<string>", "metadata": {} } ]
The Basic Authentication header. Format: "Basic {base64(orgID:apiKey)}"
The key of the ledger. Examples:
The request has succeeded.
The code of the type. This code will be unique across the ledger
1
Additional, optional, metadata for the type
Show child attributes