Last updated 1 month ago
Successful Response
const response = await fetch('https://sandbox.yativo.com/crypto/deposit-histories', { method: 'GET', headers: {}, }); const data = await response.json();