Get Transactions
This section describes how you can get the previously contract data.
const ido = require('idexo-sdk')
ido.Utils.getTransactions(apiKey, network, timestampFrom, timestampTo)
.then(res => console.log(res.data))Last updated
Was this helpful?