API 2.0
Endpoints
Sep 06, 2024: Fixed an issue with 'data_submit' that may have blocked report submissions via third-party apps. Apologies for the inconvenience.
/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: | 25 days ago |
Required as header input