saving api dont find information correct

hi , i try to understund a saving API i want retrive a total amount at this moment of my XRP saved , i use this aPI Binance API Documentation but in manual telme you must have this json return ```
“asset”: “BTC”,
“avgAnnualInterestRate”: “0.05000000”
“tierAnnualInterestRate”: {
“0-5BTC”: 0.05,
“5-10BTC”: 0.03,
“>10BTC”: 0.01
},
“canPurchase”: true,
“canRedeem”: true,
“dailyInterestPerThousand”: “0.00685000”, //abandoned
“featured”: true,
“minPurchaseAmount”: “0.01000000”,
“productId”: “BTC001”,
“purchasedAmount”: “16.32467016”,
“status”: “PURCHASING”, //PREHEATING: Warming up; PURCHASING: Subscribing; END: Finish
“upLimit”: “200.00000000”,
“upLimitPerUser”: “5.00000000”



bu in real i have  only  {"productId":"XRP001","asset":"XRP","status":"PURCHASING","canPurchase":true,"canRedeem":true,"featured":true,"avgAnnualInterestRate":"0.00599695","latestAnnualInterestRate":"0.006",

"purchasedAmount":"514702490.61898664","upLimit":"1000000000","upLimitPerUser":"50000000","minPurchaseAmount":"1"},

how can  retrive total amount ?  thanks