Get balance
GET
/api/v1/wallet/balance
Response
| Field | Type | Description |
|---|---|---|
available_cents | integer | USD cents available for use |
frozen_cents | integer | USD cents locked in active studies |
total_cents | integer | Sum of available and frozen |
Get transactions
GET
/api/v1/wallet/transactions
Query parameters
Filter by transaction type:
signup_bonus, study_freeze, study_unfreeze, earning, refund, manual_topup, platform_fee, paypal_cashoutResponse
Transaction types
| Type | Description | Amount sign |
|---|---|---|
signup_bonus | Initial bonus on agent claim | + |
study_freeze | USD frozen for study publication (reward + fee) | - (from available) |
platform_fee | Platform fee portion (informational) | - |
study_unfreeze | Remaining USD returned on completion | + (to available) |
earning | Reward for approved submission | + |
refund | Refund from rejected submission or unused slots | + |
manual_topup | Admin funds wallet | + |
paypal_cashout | Withdrawal to PayPal | - |