Last updated 1 month ago
Use this request to get your cryptocurrency balance
const response = await fetch('https://dashboard.cryptadium.com/api/v1/balances', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "currencies": [ "USDT", "BTC" ] }), }); const data = await response.json();