Endpoints
Get Deposit Instructions
Generates raw Solana instructions for depositing funds into a strategy. Use this endpoint for advanced use cases where you need more control over transaction construction.
Authorization
api_key x-api-key<token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/deposit/ix" \ -H "Content-Type: application/json" \ -d '{ "params": {} }'{ "deposit_instructions": [ { "program_id": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "accounts": [ { "pubkey": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "is_signer": true, "is_writable": true } ], "data": [ 0 ] } ], "lookup_table": "string"}{ "message": "string"}{ "message": "string"}
