UNPKG

@lixersdk/sdk

Version:

Official Lixer SDK for accessing real-time and historical DeFi swap data across all major DEXs

7 lines (6 loc) 148 B
module.exports = (client) => ({ async getVolume(){ const res = await client.get('/timseries/volume'); return res.data; } })