Get Wallet Balance

Basic Information

Interface Description: Query your wallet balance through the interface

Interface URL: https://api.thordata.com/api/gateway/getBalance

Request Method: POST

Request parameters

Header:

Parameter name
Type
Required
Describe

sign

string

Yes

Please log in to the Dashboard - Settings - Account Details to view your sign parameter value

apiKey

string

Yes

Please log in to the Dashboard - Settings - Account Details to view your apiKey parameter value

Response example

{
   "code":200,
   "data": {
       "walletBalance":888.88
    },
   "msg":"ok"
}

If the returned code value is not 200, please check the error code description list and modify it.

Parameter name
Type
Required
Describe

code

number

No

-

data

object []

No

-

walletBalance

number

No

Wallet balance amount

msg

string

No

-

Last updated