Endpoints
Get Close User Account Transaction
Generates a complete, versioned, serialized unsigned Solana transaction for closing a user's fund account. The returned base64-encoded transaction can be deserialized, signed by the user's wallet, and submitted to the Solana network. Identify the account either by user_account (fund ID) or by user_pubkey + strategy_id + mint.
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/close-user-account/tx" \ -H "Content-Type: application/json" \ -d '{ "params": {} }'{ "encoded_transaction": "string"}{ "message": "string"}{ "message": "string"}
