Get instructions associated with a specific account
Overview
This method will return instruction data associated with a specific account. Running with only required body params will search through all instructions and account fields. Feel free to make use of all non-required body params for more advanced queries. Refer to the Body "Schema" tab for help.
GET_INSTRUCTIONS_INVOLVING_ACCOUNT
post
Get instructions associated with a specific account
Header parameters
x-api-keystringRequired
the API key
Body
typestringRequired
should be set to 'GET_INSTRUCTIONS_INVOLVING_ACCOUNT' This is the type of query you want to perform.
Example: GET_INSTRUCTIONS_INVOLVING_ACCOUNT
Responses
200
Successful Response
application/json; charset=utf-8
post
/query/solana
200
Successful Response
Example - Basic
Program - Cypher Protocol
Description - Get all instructions involving the account at the given pubkey: CybT...Rw3y
Javascript
cURL
Example - Advanced
Program - Cypher Protocol
Description - Get all instructions involving the account at the given pubkey: CybT...Rw3y for a set time range. Return all response body fields and do not include failed instructions.