DEX v1 guide
This section contains SDK reference for DEX
Last updated
This section contains SDK reference for DEX
Last updated
The remaining sections of the documentation will demonstrate specific examples of the DEX usage:
DEX v1 pays the referrer fee directly inside each swap transaction. The rate is fixed at 0.1 % and the specified referrer_address
receives the tokens immediately.
Track payouts using the Stats & Vaults REST API:
GET /v1/stats/fee_accruals
– shows all operations leading to fee accrual for the referrer, filterable by period
GET /v1/stats/fee_withdrawals
– lists withdrawals from the referrer's vaults by period
GET /v1/stats/fees
– returns aggregated referral fee information such as total accrued USD value
See the for details. Full API docs are available in the .