API 2.0
Endpoints
/wallet_balance
Retrieve user wallet balance
Method | GET |
---|---|
URL | https://uexcorp.space/api/2.0/wallet_balance/ |
Authorization | Bearer Token |
Cache TTL | — |
Input (POST) |
secret_key string(40) // required, should be passed via header |
Output |
balance float(11) |
Response status |
• missing_secret_key • invalid_secret_key • user_not_found • user_not_allowed // user banned or disabled by UEX • ok |
Update rate | Realtime |
Documentation update: | 2 months ago |
Required as header input