Fetch all transactions of an address at a particular blockheight

Hello,

Is there any API available to fetch all the transactions of an address at a certain block height from the node? If yes, could you please provide it? If not, then any workaround?

https://nemproject.github.io/

/account/transfers/all?address= - will return all transactions for address
/block/at/public - returns all txs from block (without hashes)

This means we don’t have a direct way to fetch all transactions of an address at a certain block height! And the first API will return Max 25 transactions only!

But yes, it helped. Thanks!

Regarding the first API you can paginate to fetch all.
No there is no such API endpoint as far as I know

Ok. Thanks!

Can we get transactions with hashes? if yes then how? any API or library?