Author

Topic: Blockchain.info API bug with pagination (Read 1099 times)

legendary
Activity: 1623
Merit: 1608
October 11, 2014, 10:40:06 AM
#3

On their support page they recommend to open an issue at https://github.com/blockchain to report bugs.

If you know the exact page, please let me know. I have been investigating myself and I have not found the right place. As far as I know, that API is not open source and has no repository in Github.
legendary
Activity: 1358
Merit: 1000
https://gliph.me/hUF
October 11, 2014, 10:20:49 AM
#2

On their support page they recommend to open an issue at https://github.com/blockchain to report bugs.
legendary
Activity: 1623
Merit: 1608
October 11, 2014, 10:13:16 AM
#1
I have found no better place to report this bug. It may seem no big deal but it is breaking my app.

All transactions received in every JSON page are correctly reversed ordered by time for that page. However, some are missing and appear in the next page.

For example:
The last transaction in this url (100th ranked globally, 50th ranked in the page) is dated at Unix timestamp 1380133500 :
https://blockchain.info/address/1DoEzgEd1F2JpStMhXbmqFtZY6B7KwL9TQ?format=json&offset=50

The first transaction in this url (101th ranked globally, 1st ranked in the page) is dated at Unix timestamp 1382690585. The 2nd ranked in the page is dated at Unix timestamp 1382213808, and several others follow the same wrong order:
https://blockchain.info/address/1DoEzgEd1F2JpStMhXbmqFtZY6B7KwL9TQ?format=json&offset=100


1382690585 > 1380133500  so transactions are not correctly reversed ordered by time between pages. It would be great if this is solved.
Jump to: