Get Internal Account Info
Get account info by API key
{
"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.
}
}{
"apikey": <YOUR_API_KEY>
}{
"error": false,
"message": "Success",
"data": {
"id": "user_id",
"balance": "306773887",
"representAddress": "TKVSaJQDWeKFSEXmA44pjxduGTxy999999",
"depositAddress": "TKVSaJQDWeKFSEXmA44pjxduGTxy999999"
}
}Last updated