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": [
    ]
}

report

Endpoints related to reports

Account operations report create

Request Body schema: application/x-www-form-urlencoded
from
required
string <date>

Start date of the report range.

to
required
string <date>

End date of the report range.

reportFormat
required
string

Output format for the report, currently CSV supported only.

accountId
required
string <uuid>

The account ID.

Responses

Response samples

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

Report download

Downloads the generated report file.

path Parameters
reportId
required
string <uuid>

Report ID parameter received from Account operations report create added as part of the URL.

Responses