GraphQL
Methods and mutations

Accounts

AccountStates in our database are in fact just last transaction for each account in blockchain so all fields of AccountState model are the same as Transaction model Transactions and account states

raw_account_states

Returns the latest transaction (with block and account state inside) for each account on network, including deleted ones.

Using this method you can filter data by any of model fields and also request any of thedse fields. In addition you can apply Filters, Aggregations and Pagination.

Loading...