Wallet
GET /api/wallet
{
"wallets": [
{
"id": "clx...",
"userId": "clx...",
"chain": "SOLANA",
"address": "7B5NrSkUQP...",
"walletType": "EOA",
"isPrimary": true,
"isActive": true,
"createdAt": "2026-01-01T00:00:00.000Z"
}
]
}GET /api/wallet/balance
GET /api/wallet/deposit
POST /api/wallet/create
POST /api/wallet/withdraw
Field
Type
Required
Description
GET /api/wallet/tokens
Last updated
Was this helpful?