Instructions
POST
An instruction is the smallest execution logic on Solana. Instructions are basically a call to update the global Solana state.
Instructions invoke programs that make calls to the Solana runtime to update the state (for example, calling the token program to transfer tokens from your account to another account).
Authorizations
Body
application/json · TransactionBasedRequest · object[]
The body is of type TransactionBasedRequest · object[]
.
Response
200
application/json
Successful Response
The response is of type Instruction · object[]
.