v1
latestOpenAPI 3.0.32026-07-173986194.3 KBReturns a consensus layer account.
get/consensus/accounts/{address}
Path parameters
addressstring required
An Oasis-style (bech32) address.
Example:oasis1qpg2xuz46g53737343r20yxeddhlvc2ldqsjh70p
The staking address of the account to return.
Response
A JSON object containing a consensus layer account.
Example response
{
"address": "oasis1qpg2xuz46g53737343r20yxeddhlvc2ldqsjh70p",
"available": "1234567890123456789012",
"escrow": "1234567890123456789012",
"debonding": "1234567890123456789012",
"delegations_balance": "1234567890123456789012",
"debonding_delegations_balance": "1234567890123456789012",
"first_activity": "2022-03-01T00:00:00Z",
"allowances": [
{
"address": "oasis1qprtzrg97jk0wxnqkhxwyzy5qys47r7alvfl3fcg",
"amount": "1234567890123456789012"
}
],
"stats": {
"total_sent": "1234567890123456789012",
"total_received": "1234567890123456789012",
"num_txns": 4184
}
}