curl -X GET "https://oro-tradebook-devnet.up.railway.app/api/users?partnerId=1&page=1&limit=20" \ -H "x-api-key: your-api-key"
{ "success": true, "data": { "users": [ { "userId": "user-pda-1", "userPda": "user-pda-1", "kycHash": "hash123", "userWalletAddress": "wallet-address", "metadata": {"referenceId": "user-123"}, "balancesManagedByProgram": { "gold": {"amount": 1.5, "valueUsd": 7500} }, "createdAt": "2024-01-15T10:30:00.000Z" } ], "pagination": { "page": 1, "limit": 20, "totalItems": 1, "totalPages": 1 } } }
Lists all users for the Distribution Partner with pagination, sorting, and filtering.
PARTNER_EXECUTIVE_AUTHORITY
PARTNER_UPDATE_AUTHORITY
PARTNER_WITHDRAWAL_AUTHORITY
asc
desc
{"hasWalletAddress": true}
Show properties