GET_INSTRUCTIONS_INVOLVING_ACCOUNT
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 associated with a specific account
the API key
should be set to 'GET_INSTRUCTIONS_INVOLVING_ACCOUNT' This is the type of query you want to perform.
GET_INSTRUCTIONS_INVOLVING_ACCOUNTSuccessful Response
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.
javascript
cURL
Last updated