Last updated 8 months ago
Terms and Disclaimers
Success
13.4556
const response = await fetch('/account/native_balance', { method: 'GET', headers: {}, }); const data = await response.json();