Add an asset to an external wallet.
Adds an asset to an existing external wallet. Endpoint Permission: Admin, Non-Signing Admin, Signer, Approver, Editor.
POST
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 wallet
The ID of the asset to add
Body
application/json
- Option 1
- Option 2
Request schema for adding an asset to an external wallet
Previous
Delete an asset from an external walletDeletes an external wallet asset by ID. Endpoint Permission: Admin, Non-Signing Admin, Signer, Approver, Editor.
Next
TypeScript