Admin Wallet Creation Job Create

post/api/v2/admin/enterprise/{enterpriseId}/wallet-creation-jobs

Admin route to create wallet creation jobs

Path Parameters

  • enterpriseIdstringRequired
    The enterprise id
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$
    Min length: >= 1 characters

Request Body

wallets array[object] required
id string required
coin string required
A cryptocurrency symbol or token ticker symbol
Min length: >= 1 characters
Example: btc
walletName string required
Min length: >= 1 characters
owner string required
Min length: >= 1 characters
admins array[string]
spenders array[string]
viewers array[string]
whitelist array[string]

200 Response

status string required
The status of the wallet creation job
Allowed values: submitted processing complete failed duplicate
jobId string
The job id
Min length: >= 1 characters
errors array[object]
Any errors that occurred during the creation of the wallets
id string required
error string required
Min length: >= 1 characters

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

500 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id