Skip to main content

Rebate Records

Query the list of invitees and rebate commission data through the following endpoints:

Commission Calculation

When a referred trader (referee) executes a trade, the commission is calculated as:

commission = trade_fee × tier_commission_rate

Both maker and taker fees generate separate commission records if the respective trader has a referrer.

Earnings Status

StatusDescription
pendingEarned but not yet claimed
claimedClaimed via off-chain settlement (POST /referral/claim)
on_chain_syncedSynced to the on-chain ReferralRebate contract

Minimum Claim Amount

The minimum off-chain claim amount is 10 USDT. Claims below this threshold will return a BELOW_MINIMUM error.

Batch On-Chain Sync

Pending referral earnings are batch-synced to the on-chain ReferralRebate contract every hour via batchSyncRebates. After syncing, users can also claim on-chain using the POST /referral/on-chain/claim-signature endpoint.