This object represents the real-time balance of your Speed account. You can also get a detailed record of this balance, i.e. a list of transactions that added to the total balance (payments, payouts, and so forth) in the transaction section. This will help you keep track of payments and payouts (if any).

{
    "object": "balance",
    "available": [
        {
            "amount": 5972.0000000000000000,
            "target_currency": "SATS"
        }
    ]
}

Attributes

object string
The type of the object indicates to which entity this response belongs.


amount BigDecimal
The total available balance in your Speed account.


target_currency string
The cryptocurrency in which the amount is expressed. As of now, Speed only supports SATS.