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 response is of type object[].
object[]