v1

latestOpenAPI 3.0.02026-07-2442242189.1 KB
Transactions

BatchGetTransactions

Retrieves multiple transactions by resource name.

get/v2/vaults/{vault_id}/transactions:batchGet

Path parameters

vault_idstring required

Query parameters

namesstring[] required

The resource names of the transactions to retrieve.

Format: vaults/{vault_id}/transactions/{transaction_id}

includeReferencedResourcesboolean

Include referenced resources in the response.

view'BASIC' | 'FULL'

The view of the transaction.

  • BASIC: The default view. Does not include certain fields such as blocking transactions.
  • FULL: Full view, include all fields.

Response

A successful response.

referencedResourcesobject

A mapping of the referenced resources in the message. The key is the resource name and the value is the corresponding resource.

referencedAddressesInfoobject

A mapping of the referenced addresses in the message. The key is the address and the value is the corresponding address info.