Blockchain

The blockchain endpoint contains analytics data about specific blockchains. Currently Ethereum is supported.

Layer 1

Currently, only the Ethereum and Near Blockchain are supported.

curl https://api.alterscope.org/data/blockchain/ethereum/transaction-statistics -H "Authorization: Bearer <your_access_token>"
curl https://api.alterscope.org/data/blockchain/near -H "Authorization: Bearer <your_access_token>"
curl https://api.alterscope.org/data/blockchain/ethereum/network-statistics -H "Authorization: Bearer RWx5c2lhbg=="

Layer 2

The Layer 2 endpoint provides analytical data about popular Layer 2 scaling solutions. (Note: Currently only Arbitrum and Optimism are supported.)

curl https://api.alterscope.org/data/blockchain/arbitrum -H "Authorization: Bearer <your_access_token>"

Last updated