Execute GraphQL queries against the Bitquery Early Access Program (EAP) Streaming API. This tool queries the EAP endpoint (streaming.bitquery.io/eap) for real-time blockchain data. The EAP provides access to streaming data across various blockchain networks including Solana, EVM…
queryRequiredstringGraphQL query string for the Bitquery EAP Streaming API. Supports blockchain data queries for chains like Solana, EVM networks, etc. Example query: { EVM(network: eth) { Blocks(limit: {count: 10}) { Block { Number Time } } } } Example subscription: subscription { Solana { DEXTra…
variablesobjectOptional GraphQL variables for parameterized queries. Pass as a dictionary mapping variable names to values. Example: {'network': 'eth', 'limit': 10}
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.