User balance
Solde actuel de votre compte en USD.
Endpoint
POST
/api/v2Paramètres
| Champ | Type | Description |
|---|---|---|
| key | string | Votre clé API |
| action | string | balance |
Exemple
curl -X POST https://api.boostapi.store/api/v2 \
-d "key=sb_live_xxxxx&action=balance"Exemple de réponse
{
"balance": "100.8429",
"currency": "USD"
}