Get the job status of the bulk deposit address creation
Returns the current status of (or an error for) the specified deposit addresss bulk creation job.
Endpoint Permissions: Admin, Non-Signing Admin, Signer, Approver, Editor, and Viewer.
GET
TypeScript
Path Parameters
The ID of the job to create addresses
Response
A Job with status
Status of the job. Possible values - Success, In Progress, Failed
Example:
"Success"
Example:
[
{
"address": "addr_test1qp07k5kdwdfx4rpfqud8ry65acxgtgfgrxw0t35cwvl4uasjneqjdc868eqlex5p2f0nyekyyk4ze5xuanvj50ysrj3qqxqhsn",
"index": 0,
"description": "Address one"
}
]Example:
"Asset not supported"
Previous
Get the public key for a derivation pathGets the public key information based on derivation path and signing algorithm.
Endpoint Permission: Admin, Non-Signing Admin.
Next
TypeScript