Skip to main content

Accounts (1.0)

Download OpenAPI specification:Download

API documentation

account

Endpoints related to account

accounts-list

Responses

Response samples

Content type
application/json
{
  • "data": [
    ]
}

Account create

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Wallet create

This call allows you to create a dedicated address for your account.

Note: Due to rare timeouts for larger numbers of requests, we strongly recommend a "retry logic" to be present

path Parameters
id
required
string <uuid>

Account ID parameter added as part of the URL.

Request Body schema: application/x-www-form-urlencoded
asset
required
string <uuid>

This parameter indicates the unique code that identifies the asset.

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Wallet list

List of dedicated wallets attached to the account

path Parameters
id
required
string <uuid>

Account ID parameter added as part of the URL.

query Parameters
withQr
boolean

Boolean flag to indicate if you want a QR code details in the response.

Responses

Response samples

Content type
application/json
{
  • "data": [
    ]
}

Account balance list

List of account wallets balances

path Parameters
id
required
string <uuid>

Account ID parameter added as part of the URL.

Responses

Response samples

Content type
application/json
{
  • "data": [
    ]
}