bdata.one

bdata.one pages

View on GitHub

database of token transfers for public EOSIO chains

This service provides access to the full history of token transfers for several public EOSIO blockchains: EOS, Proton, Telos, and WAX.

The database contains irreversible transactions only.

Several spamming contracts are blacklisted. On EOS: eidosonecoin, eosiopowcoin. On Telos: richcoincoin.

The data is taken from EOSIO state history plugin, processed by Chronicle, and processed by the writer script.

The database schema consists of a set of tables for every chain, with blockchain name as a prefix:

Public access to the data is available for any MySQL/MariaDB client.

access

Host in Europe:

examples

mysql --host=eu01.pub.bdata.one --port=3303 \
  --user=eosio_token_accounting_ro --password=eosio_token_accounting_ro --database=eosio_token_accounting

# all token transfers for the account during December 2021
select * from wax_TRANSFERS where account_name = 'cc32dnineexp' and 
  block_time >= '2021-12-01' and block_time < '2022-01-01';


Copyright (c) 2021 cc32d9@gmail.com