Create new asset deposit address
Creates a new deposit address for an asset of a vault account. Should be used for UTXO or Tag/Memo based assets ONLY.
Requests with account based assets will fail.
Endpoint Permission: Admin, Non-Signing Admin.
TypeScript
Headers
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Path Parameters
The ID of the vault account to return
The ID of the asset
Body
application/json
Previous
Get addresses (Paginated)Returns a paginated response of the addresses for a given vault account and asset.
Endpoint Permission: Admin, Non-Signing Admin, Signer, Approver, Editor, Viewer.
Next
TypeScript