Get information data of ERC20 contracts. Balances, transactions, list. Call data and inspect arrays.
Data is served over secure socket layer, avoiding any kind of issue with CORS policies. Online dataset is retrieved by single fully indexed Revo Core node istance powering current official block explorer.
Table of contentsGet information data of ERC20 contracts. Balances, transactions, list. Call data and inspect arrays.
ERC20 list[GET] Request | (JSON) Response |
/erc20 | List all ERC20 tokens order by transfer transactions count.Accepts pagination parameters and block/timestamp filter parameters. Exampleshttps://api.beta.revo.network/contract/erc20 |
[GET] Request | (JSON) Response |
/erc20/:token/txs | List all ERC20 token transactions of specific ERC20 token contract. Accepts pagination parameters. Exampleshttps://api.beta.revo.network/erc20/a13627471...a83c31762/txs |