GraphQL
Methods and mutations

Transactions

Methods connected to blockchain transactions

raw_transactions

Access to all TON transactions.

In our database we store these transactions fields: Transactions and account states

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

Loading...



transactionsCount

Simple method returning total number of transactions in blockchain

Loading...



accountTransactionCount

Returns number transactions for account

Loading...



lastTransactionCountSegments

Return transactions count by days, splited by 1 of 3 available ranges.

Filters:

  1. days [int] - for how many days you want to get data
  2. segmentation [string] - "hour", "minute", "day"segment by which you want to split data
  3. Any other transaction field Data structure
  4. Pagination is available

Loading...



lastTransactionCount

Returns total amunt of reansactions for last 24 hours.

Loading...