Jump to Content
Web3 Shards
API Reference
v1.0

Log InWeb3 Shards
API Reference
Log In
v1.0API Reference

RESOURCES

  • Getting Started
  • Live Data
    • Subscribe to Websockets
    • Create a Webhook
  • Code Examples
    • Web3 HttpProvider Wrapper

aPI V1

  • Native Prices - Live & Historical
    • /prices/history/lines/nativeget
    • /prices/nativeget
    • /prices/history/nativeget
  • ERC20 Prices - OHLCV & Lines
    • /prices/history/candles/poolget
    • /prices/history/lines/poolget
    • /prices/history/poolget
    • /prices/poolget
  • ERC20 Token Super Context
    • /projectsget
    • /projects/searchget
    • /projects/activeget
    • /projects/staleget
    • /projects/deadget
    • /projects/trendingget
  • ERC20 Trades
    • /txns/trades/tokenget
    • /txns/trades/poolget
  • ERC20 Holders
    • /holdersget
    • /holders/countget
  • ERC20 Transfers
    • /transfers (on token)get
    • /transfers (on wallet)get
    • /transfers (token/wallet)get
  • ERC20 Balances
    • /balances/latestget
    • /balances (token)get
    • /balances (wallet)get
    • /balances (wallet/token)get
  • Market Stats
    • /market/statsget
  • CoinRanker
    • /coinranker/list/trendingget

PRODUCTS

  • Coin Ranker
    • Custom Buybot Layouts
Powered by 

Create a Webhook

To create a webhook, login to your account at https://web3shards.io/console

Select the 'Live Data' tab and fill out the form. Choose a name, chain, and filter type - choose 'webhook' for the subscription type and fill out your webhook endpoint.

The webhook endpoint must be POSTable.

Click 'Create'.

We will immediately begin sending data to your endpoint.