Balances

@Serializable
data class Balances(val authorized: String, val authorizedToMaintainLiabilities: String, val unauthorized: String)

Statistics about balances of this asset.

Constructors

Link copied to clipboard
constructor(authorized: String, authorizedToMaintainLiabilities: String, unauthorized: String)

Properties

Link copied to clipboard
@SerialName(value = "authorized")
val authorized: String

The total amount held by authorized accounts

Link copied to clipboard
@SerialName(value = "authorized_to_maintain_liabilities")
val authorizedToMaintainLiabilities: String

The total amount held by accounts authorized to maintain liabilities

Link copied to clipboard
@SerialName(value = "unauthorized")
val unauthorized: String

The total amount held by unauthorized accounts