Bulk creation of new vault accounts

POST {{baseUrl}}/vault/accounts/bulk

Create multiple vault accounts 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.

Request Body

{"count"=>"<integer>", "assetIds"=>["<string>", "<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;}