API `timestamp` param
ignromanov opened this issue · 1 comments
I use API and try to paginate transactions (2 by 2) using the timestamp parameter of getAddressTransactions endpoint.
I get the following request:
https://api.ethplorer.io/getAddressTransactions/0xb297cacf0f91c86dd9d2fb47c6d12783121ab780?apiKey=freekey×tamp=1498699596&limit=2
Execution ends with an error:
"error: {
"code": 108,
"message": "Invalid timestamp"
}
Although the timestamp is set to 3rd transaction.
If you substitute the timestamp in ms (*1000), the query is executed without pagination.
Hello @ignromanov , this is caused due to the timestamp age limitation depending on the API key you are using. At the moment, the freekey limit is 30 days and the private key is 1 year. You can find more information about it at the documentation page https://github.com/EverexIO/Ethplorer/wiki/Ethplorer-API