Bulk creation of wallets

POST {{baseUrl}}/vault/assets/bulk

Create multiple wallets for a given vault account by running an async job.
Note: - These endpoints are currently in beta and might be subject to changes. - We limit accounts to 10k per operation and 200k per customer during beta testing. - Currently, we are only supporting EVM wallets.

Request Body

{"assetId"=>"<string>", "vaultAccountIdFrom"=>"<string>", "vaultAccountIdTo"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Idempotency-KeystringA 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.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;jobId&quot;:&quot;\u003cstring\u003e&quot;}