Simple Earn
Get Rate History (USER_DATA)
Weight(IP): 150
get/sapi/v1/simple-earn/flexible/history/rateHistory
Query parameters
productIdstring required
startTimeinteger
UTC timestamp in ms
endTimeinteger
UTC timestamp in ms
currentinteger
Example:1
Current querying page. Start from 1. Default:1
sizeinteger
Example:100
Default:10 Max:100
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Rate History
Example response
{
"rows": [
{
"productId": "BUSD001",
"asset": "BUSD",
"annualPercentageRate": "0.00006408",
"time": 1577233578000
}
],
"total": 1
}