Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 2.67 KB

accounts.md

File metadata and controls

23 lines (19 loc) · 2.67 KB
description
/blockchain-v2/{asset}/accounts

Accounts

The Account endpoint returns a list of accounts, which have the following fields:

Field Description
account Account as described in the Atlas overview
type Account type (UTXO, Virtual, Account)
balance Current account balance in native units
n_debits Number of debits
n_credits Number of credits
creation_height Block height at creation of account
creation_block_hash Block hash at creation of account
creation_time Block time at creation of account
creation_chain_sequence_number The positioning of the account creation transaction relative to all other transactions that have taken place on this chain
last_chain_sequence_number The positioning of the last transaction that took place for this account relative to all other transactions that have taken place on this chain
last_debit_height Block height of the last debit
last_credit_height Block height of the last credit