Wallets
Every end user gets an auto-generated primary wallet on their first API call. You can add more, import your own, transfer funds, and delete wallets you no longer need.
All endpoints require:
Authorization: Bearer <accessToken>
x-user-id: <end-user id>
Endpoints
POST /wallets/import— import existing keypairsPOST /wallets/create— generate fresh keypairsPOST /wallets/delete— delete walletsPOST /wallets/transfer— send SOL or SPL tokenGET /wallets/all— list active walletsGET /wallets/balance— on-chain balance for any wallet