Breeze
Endpoints

Get Deposit Transaction

POST
/deposit/tx

Generates a complete, versioned, serialized unsigned Solana transaction for depositing funds into a strategy. The returned base64-encoded transaction can be deserialized, signed by the user's wallet, and submitted to the Solana network.

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/tx" \  -H "Content-Type: application/json" \  -d '{    "params": {}  }'
{  "encoded_transaction": "string"}
{  "message": "string"}
{  "message": "string"}