teloscan icon indicating copy to clipboard operation
teloscan copied to clipboard

Adapt the way we query the last internal transactions for an address

Open Viterbo opened this issue 7 months ago • 0 comments

Description

Currently, we fetch transactions one by one to get the last 20 internal transactions. This should be changed to query just one bulk list of the last internal transactions for an address.

This issue depends on https://github.com/telosnetwork/teloscan-indexer/issues/259

Uptade:

route will be /v1/address/{address}/internal

Viterbo avatar Jul 16 '24 19:07 Viterbo