Last updated 1 month ago
Successful Response
const response = await fetch('/balance?api_key=text', { method: 'GET', headers: {}, }); const data = await response.json();
{ "balance": "text", "currency": "USD" }