Accounts API
Endpoints for querying account information, balances, permissions, and domains.
Balance & Status
| Endpoint | Description | Method |
|---|---|---|
| getAccount | Get account details | GET |
| getBalance | Get account balance | GET |
| getEffectiveBalance | Get effective balance | GET |
| getGuaranteedBalance | Get guaranteed balance | GET |
| getAccountBlocks | Get account blocks | GET |
| getAccountBlockCount | Get account block count | GET |
| getAccountBlockIds | Get account block IDs | GET |
Account Identity & Keys
| Endpoint | Description | Method |
|---|---|---|
| getAccountId | Get account ID from passphrase/public key | GET |
| getAccountPublicKey | Get account public key | GET |
| deriveAccountFromSeed | Derive account from seed | GET |
| deriveKeys | Derive keys from seed | GET |
| getShamwariQKP | Get ShamwariQKP from passphrase | GET |
Account Assets
| Endpoint | Description | Method |
|---|---|---|
| getAccountTotems | Get account totem holdings | GET |
| getAccountTotemCount | Get totem count | GET |
| getAccountCurrencies | Get account currency holdings | GET |
| getAccountCurrencyCount | Get currency count | GET |
| getAccountCurrencyAccounts | Get currency payment accounts | GET |
| getAccountCurrencyVaults | Get currency vault info | GET |
| getAccountCurrencySavings | Get currency savings | GET |
| getAccountCurrencyLoans | Get currency loans | GET |
Account Properties & Control
| Endpoint | Description | Method |
|---|---|---|
| getAccountProperties | Get account properties | GET |
| setAccountProperty | Set account property | POST |
| deleteAccountProperty | Delete account property | POST |
| getAccountLessors | Get account lessors | GET |
Account Domains
| Endpoint | Description | Method |
|---|---|---|
| registerAccountDomain | Register domain | POST |
| deregisterAccountDomain | Deregister domain | POST |
| transferAccountDomain | Transfer domain | POST |
| getAccountDomain | Get domain info | GET |
| renewAccountDomain | Renew domain | POST |
Account Permissions
| Endpoint | Description | Method |
|---|---|---|
| getAccountPermissions | Get permissions | GET |
| addAccountPermission | Add permission | POST |
| removeAccountPermission | Remove permission | POST |
Phased Transactions
| Endpoint | Description | Method |
|---|---|---|
| getAccountPhasedTransactions | Get phased transactions | GET |
| getVoterPhasedTransactions | Get voter phased txs | GET |
| getLinkedPhasedTransactions | Get linked phased txs | GET |
| getAccountPhasedTransactionCount | Count phased txs | GET |
Account Exchange Requests
| Endpoint | Description | Method |
|---|---|---|
| getAccountExchangeRequests | Get exchange requests | GET |
Current Orders
| Endpoint | Description | Method |
|---|---|---|
| getAccountCurrentAskOrderIds | Get ask order IDs | GET |
| getAccountCurrentBidOrderIds | Get bid order IDs | GET |
| getAccountCurrentAskOrders | Get ask orders | GET |
| getAccountCurrentBidOrders | Get bid orders | GET |
| getAccountShufflings | Get account shufflings | GET |
ShamwariQKP
| Endpoint | Description | Method |
|---|---|---|
| getShamwariQKP | Get keys from passphrase | GET |