v1

latestOpenAPI 3.0.12026-08-061638881007.6 KB
Accounts

Get account confirmed balance for a specific ticker

get/v1/domains/{domainId}/accounts/{accountId}/confirmed-balance/{tickerId}

Path parameters

domainIdstring uuid required

Unique identifier for the domain.

accountIdstring uuid required
tickerIdstring uuid required

Response

tickerIdstring uuid required
confirmedAmountstring required

This field is a large integer and represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.

unconfirmedAmountstring required

This field is a large integer and represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.

reservedAmountstring required

This field is a large integer that can be positive or zero. It is represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.

quarantinedAmountstring required

This field is a large integer that can be positive or zero. It is represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.