ergoplatform / explorer-backend

Ergo Blockchain Explorer
22 stars 31 forks source link

Support Height for getting Tx #202

Closed vorujack closed 2 years ago

vorujack commented 2 years ago

When requesting transactions of an address, in addition to pagination, the inclusion height of transactions can be searched

for example

/api/v1/addresses/<selected-address>/transactions?fromHeight=3999&toHeight=4999&limit=10&offset=10
capt-nemo429 commented 2 years ago

I agree, this is specially useful for transaction history syncing

monyedavid commented 2 years ago

Alright, will get this done @capt-nemo429

capt-nemo429 commented 2 years ago

@monyedavid thank you )

monyedavid commented 2 years ago

207