Skip to main content

Accessing Queries on Postman

You can run Bitquery queries in Postman. The public workspace has one collection per chain:

Bitquery Postman Workspace

Using the Bitquery GraphQL API in Postman

Every request in the workspace was executed against the live API before publishing.

Setup

  1. Generate an access token.
  2. Open the collection for the chain you want and set the ACCESS_TOKEN variable to your ory_at_... token.

That is the only change you need to make — each collection ships with the right BASE_URL already set, and every request sends Authorization: Bearer {{ACCESS_TOKEN}}.

Which endpoint a chain uses

EndpointChains
https://streaming.bitquery.io/graphqlSolana, Ethereum, BSC, Base, Arbitrum, Polygon, Optimism, Tron, Robinhood Chain, Arc mainnet, Arc testnet, plus the Trading APIs, Perpetuals, Stablecoins, Prediction Markets and Cross-chain collections
https://graphql.bitquery.ioBitcoin, Litecoin, Bitcoin Cash, Bitcoin SV, Dogecoin, Dash, Zcash, Ripple, Stellar, Cardano, Algorand

Protocol-specific examples live inside their chain — Pump.fun, Raydium and Meteora are in the Solana collection.

Subscriptions

The collections contain HTTP queries. For real-time streams use wss://streaming.bitquery.io/graphql and pass the token in the URL rather than a header — see how to use a token and the WebSocket guide.

Remember that a websocket can be opened only on desktop version of Postman

Build with Bitquery

Ready to run this in production?

Get an API key and run these queries in minutes, or talk to us about plans and enterprise delivery.