GraphQL
Methods and mutations
Transactions
Methods connected to blockchain 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...
Simple method returning total number of transactions in blockchain
Loading...
Returns number transactions for account
Loading...
Return transactions count by days, splited by 1 of 3 available ranges.
Filters:
- days [int] - for how many days you want to get data
- segmentation [string] - "hour", "minute", "day"segment by which you want to split data
Loading...
Returns total amunt of reansactions for last 24 hours.
Loading...