Balance
GET/wallet/balance
Returns the current balance of the wallet (available and locked tokens)
Responses
- 200
Success
- application/json
- Schema
- success
Schema
any
Success
{
"balance": {
"available": 5000,
"locked": 1000
}
}
Loading...