Hi everyone,
I am testing some endpoints and comparing the API results with what is shown on the web.
I’ve been testing for a few hours and I see some differences in the simple-earn endpoints.
For example:
1) api result
…/sapi/v1/simple-earn/flexible/list?current=1&size=100×tamp={{timestamp}}&signature={{signature}}
response
…
{
“asset”: “WBETH”,
“latestAnnualPercentageRate”: “0”,
“airDropPercentageRate”: “0.0380695”,
“canPurchase”: true,
“canRedeem”: true,
“isSoldOut”: false,
“hot”: false,
“minPurchaseAmount”: “0.0001”,
“productId”: “WBETH001”,
“subscriptionStartTime”: 1691741476000,
“status”: “PURCHASING”
},
…
For WBETH there is a airDropRate with 3,8% And it is active.
2) web result with WBETH in simple-earn (flexible & fixed)
For WBETH there are no simple-earn offers
I thought the endpoints:
…/sapi/v1/simple-earn/flexible/list? (simple-earn flexible)
…/sapi/v1/simple-earn/locked/list? (simple-earn locked)
They are the equivalent of the offers shown on the web: “earn / simple-earn”
In Api (1) there is an offert for WBETH , in Web (2) there is not any offert for WBETH , why?
thanks in advance,
GustavoC.