SEARCH_INSTRUCTION_LOGS
Fuzzy text search on instruction logs
Overview
This method will return instruction data relative to keywords searched in the logs. Running with only required body params will search across all relevant instructions and return all fields in the response body. Feel free to make use of all non-required body params for more advanced queries. Refer to the Body "Schema" tab for help.
Fuzzy text search on instruction logs
the API key
should be set to 'SEARCH_INSTRUCTION_LOGS' This is the type of query you want to perform.
SEARCH_INSTRUCTION_LOGSSuccessful Response
Successful Response
Example - Basic
Program - Cypher Protocol
Description - Get all instructions with the keyword "ConsumePerpEvents" in the logs
Javascript
cURL
Example - Advanced
Program - Cypher Protocol
Description - Get all depostFunds type instructions with the keyword "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA" in the logs. Search in a limited time window, only returning the following fields in the response body: txSignature, logs, slot, accounts, balances
Javascript
cURL
Last updated