v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
Simple Earn

Simple Account (USER_DATA)

Weight(IP): 150

get/sapi/v1/simple-earn/account

Query parameters

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Account Information

totalAmountInBTCstring required
totalAmountInUSDTstring required
totalFlexibleAmountInBTCstring required
totalFlexibleAmountInUSDTstring required
totalLockedInBTCstring required
totalLockedInUSDTstring required

Example response

{
  "totalAmountInBTC": "0.01067982",
  "totalAmountInUSDT": "77.13289230",
  "totalFlexibleAmountInBTC": "0.00000000",
  "totalFlexibleAmountInUSDT": "0.00000000",
  "totalLockedInBTC": "0.01067982",
  "totalLockedInUSDT": "77.13289230"
}