Get Transactions

This section describes how you can get the previously contract data.

To use this method, you need an idexo API keyarrow-up-right that has been upgraded to a customer API key. To upgrade, please contact usarrow-up-right. You will need to specify a network, from the following list of supported networks:

  • avalanche

  • bnbchain

  • ethereum

  • fantom

  • polygon

Assuming you have installed the SDKarrow-up-right, you can use the following code in your file (instructions on modifying it follows - for more information on how to use it see our Getting Startedarrow-up-right tutorial):

const ido = require('idexo-sdk')
ido.Utils.getTransactions(apiKey, network, timestampFrom, timestampTo)
.then(res => console.log(res.data))

Last updated

Was this helpful?