跳到主要内容

My Subscriptions

GET /earn/subscriptions

Auth: Authorization: Bearer <JWT> from the EIP-712 login. API keys are not accepted.

Response

[
{
"id": "a1b2c3d4-...",
"product_id": "123204f6-...",
"product_name": "USDT Earn 30D",
"chain_product_id": 1769524310,
"amount": "100000000",
"nft_amount": "100000000",
"expected_return": "411000",
"actual_return": null,
"total_return": "100411000",
"nft_status": "active",
"claimed": false,
"product_status": "active",
"annual_rate": "50.00%",
"period_rate": "4.11%",
"subscribed_at": "2026-01-27T14:35:00Z",
"settle_time": "2026-03-01T14:33:00Z",
"settled_at": null,
"claimed_at": null,
"subscribe_tx_hash": "0xabc...",
"claim_tx_hash": null
}
]
FieldDescription
amount, expected_return, actual_return, total_returnOn-chain units
nft_statuscreated / active / matured / redeemed
actual_return, settled_atSet after settlement
claimed_at, claim_tx_hashSet after the on-chain claim is indexed

New subscriptions appear 12–30 s after the Subscribed event (indexer polling). Empty array when the user has none.