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

Every request in the workspace was executed against the live API before publishing.
Setup
- Generate an access token.
- Open the collection for the chain you want and set the
ACCESS_TOKENvariable to yourory_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
| Endpoint | Chains |
|---|---|
https://streaming.bitquery.io/graphql | Solana, 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.io | Bitcoin, 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
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.