OQ — D19 · Lending & Yield
14 typed tables generated from the Meteora Vault IDL — 0 event tables and 14 instruction tables. Every column name comes from the program's own interface definition.
- Tables
- 14
- Event tables
- 0
- Instruction tables
- 14
- Account types
- 2
Program ID
24Uqj9JCLxUeoC3hGfh5W3s9FM9uCHDS2SG3LYwBpyTiMeteora Vault declares no events in its IDL, so it has no evt_ tables. That is a property of the program, not a gap in coverage — use the 14 instruction tables below to read what it did and which accounts were involved.
One table per instruction. OnchainQueries also exposes verified account_<name> aliases for instruction account columns when the bundled IDL and the live schema agree.
meteora_vault_solana.meteora_vault_call_add_strategymeteora_vault.call_add_strategymeteora_vault_solana.meteora_vault_call_collect_dustmeteora_vault.call_collect_dustmeteora_vault_solana.meteora_vault_call_depositmeteora_vault.call_depositmeteora_vault_solana.meteora_vault_call_deposit_strategymeteora_vault.call_deposit_strategymeteora_vault_solana.meteora_vault_call_enable_vaultmeteora_vault.call_enable_vaultmeteora_vault_solana.meteora_vault_call_initializemeteora_vault.call_initializemeteora_vault_solana.meteora_vault_call_initialize_strategymeteora_vault.call_initialize_strategymeteora_vault_solana.meteora_vault_call_remove_strategymeteora_vault.call_remove_strategymeteora_vault_solana.meteora_vault_call_remove_strategy2meteora_vault.call_remove_strategy2meteora_vault_solana.meteora_vault_call_set_operatormeteora_vault.call_set_operatormeteora_vault_solana.meteora_vault_call_withdrawmeteora_vault.call_withdrawmeteora_vault_solana.meteora_vault_call_withdraw2meteora_vault.call_withdraw2meteora_vault_solana.meteora_vault_call_withdraw_directly_from_strategymeteora_vault.call_withdraw_directly_from_strategymeteora_vault_solana.meteora_vault_call_withdraw_strategymeteora_vault.call_withdraw_strategy
Typed parameters keep values out of the SQL text. Save the file, then pass each value with its type.
SELECT date_trunc('hour', ts) AS hour, count(*) AS eventsFROM meteora_vault_solana.meteora_vault_call_depositWHERE ts >= {{start_time}}GROUP BY hourORDER BY hour;query sql \ --file meteora_vault.sql \ --param 'start_time:timestamp=2026-08-01 00:00:00' \ --output ./resultsOnchainQueries selects an engine, queues the query, and downloads checksum-verified Parquet parts plus a manifest. See the CLI guide.
Pro includes every engine class and 50,000 query credits a month.