Wallet Balance
- Method:
GET - URL:
https://api.tokportal.com/wallet-balance - Auth:
X-API-Key
Example:
curl -s -H "X-API-Key: $API_KEY" https://api.tokportal.com/wallet-balance
Response:
{ "balance": 100 }
GEThttps://api.tokportal.com/wallet-balanceX-API-KeyExample:
curl -s -H "X-API-Key: $API_KEY" https://api.tokportal.com/wallet-balance
Response:
{ "balance": 100 }