GET / POST/api/v1/balance
Balance
Check your wallet balance.
Returns the wallet balance that funds your purchases, in euros. Top it up on your dashboard.
curl "https://nfa.pub/api/v1/balance?key=rsk_your_key"
Response
{
"ok": true,
"email": "you@example.com",
"balance_eur": "42.50"
}