bitpay / insight-api

The bitcoin blockchain API powering Insight
https://github.com/bitpay/insight
591 stars 1.05k forks source link

How do I get full number of txs? #494

Open cryptid11 opened 7 years ago

cryptid11 commented 7 years ago

https://github.com/bitpay/insight-api#transactions-by-address get me just a part of txs for that addr.

I expect something like "?from=0&to=20" here https://github.com/bitpay/insight-api#transactions-for-multiple-addresses but actually it doesn't work... It's a basic thing so please add it also in that description...

cryptid11 commented 7 years ago

it was &pageNum= needed at the end to specity, I wonder if you can add it in the instruction in the links, thanks.

cryptid11 commented 7 years ago

Then why in addrs method max span is 50 while in txs is 10, I think this slow down a lot, is this limit customizable?