The Avian API's base URL is https://api.avian.io
https://api.avian.io
Last updated 3 months ago
Returns the remaining balance of the user, in cents.
const response = await fetch('/balance', { method: 'GET', headers: { "Authorization": "Bearer <token>" }, }); const data = await response.json();
{}