Back to networks
W

WAX Mainnet

antelope:1064487b3cd1a897ce03ae5b6a865651AntelopeOther
Get API key

Pull a block stream in one command

Set $SF_API_TOKEN to a key from your dashboard, then run this against WAX Mainnet.

grpcurl -H "authorization: Bearer $SF_API_TOKEN" \
-d '{"start_block_num": -100, "final_blocks_only": true}' \
wax.firehose.pinax.network:443 \
sf.firehose.v2.Stream/Blocks

Streams the 100 most recent blocks from WAX Mainnet. Firehose reads a negative start_block_num as an offset back from chain head, so no head lookup is needed.

Providers & endpoints

Pinax

pinax.network
  • Substreamswax.substreams.pinax.network:443
  • Firehosewax.firehose.pinax.network:443
First block2Lowest streamable height
Block modelOthersf.antelope.type.v1.Block
ServicesSubstreams · FirehoseNative token: WAX