Accounts

/blockchain-v2/{asset}/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

Last updated