To use this feature, you must have the API key. Read to view how to get our API key
Get account info by API key
GEThttps://api.tronsave.io/v2/user-info
Rate limit: 15 requests per 1 second
Get account info by
{
"error": false,
"message": "Success",
"data": {
"id": string, //internal account id
"balance": string, //internal account balance in SUN
"representAddress": string, //represents of internal account as the requester of the order
"depositAddress": string, //Send TRX to this address to deposit into your internal account.
}
}