Earn Quota
The user's Earn Level and the resulting daily subscription quota on Earn products.
GET /points/earn-quota?epoch=3
Auth: Authorization: Bearer <JWT> from the EIP-712 login. API keys are not accepted.
Response (data)
{
"level": "L1",
"weight": 8,
"total_raw_points": "1250.50",
"next_level_points_needed": "8749.50",
"platform_total_effective_weight": 123456,
"my_share_pct": "0.0065",
"level_updated_at": "2026-04-15T12:30:00Z",
"products": [
{
"product_id": "123204f6-5bde-4434-890a-8ca241f66067",
"product_name": "USDT Earn 30D",
"capacity": "500000",
"concentration_cap_pct": "0.05",
"quota_today": "3250.00",
"concentration_cap_applied": false
}
],
"cross_product_quota_today": "9750.00"
}
| Field | Description |
|---|---|
my_share_pct | weight / platform_total_effective_weight |
products[].quota_today | min(share × capacity, capacity × concentration_cap_pct) |
cross_product_quota_today | Sum of product quotas, further capped by the cross-product multiplier (any single quota × 3 by default) |