Author

Topic: Blockchain.info API Problem (Read 888 times)

full member
Activity: 163
Merit: 100
October 28, 2013, 09:10:55 AM
#3
The API supports an "offset" parameter so you can get everything by making multiple calls. 

If I had to guess, they made 50 the maximum allowable value for "limit".

I'll have to give that a whirl. Thanks for the tip!
newbie
Activity: 16
Merit: 0
October 25, 2013, 05:23:44 PM
#2
The API supports an "offset" parameter so you can get everything by making multiple calls. 

If I had to guess, they made 50 the maximum allowable value for "limit".
full member
Activity: 163
Merit: 100
October 25, 2013, 01:49:38 PM
#1
Hey guys I'm trying to pull information about a transaction from blockchain.info's API. I think their API isn't working as defined.

From the API Documentation Page:
Quote
Single Address   
http://blockchain.info/address/$hash_160?format=json
http://blockchain.info/address/$bitcoin_address?format=json
http://blockchain.info/rawaddr/$bitcoin_address
Optional limit parameter to show n transactions e.g. &limit=50

But when I do:
https://blockchain.info/address/1KMLjhgjGLxZTJT5TSWxV2HCZHBqpDEpa1?format=json&limit=100

I only get the first 50 transactions. I believe that the API is ignoring the limit command and manually placing you with only 50 transactions (Quick way to check is to find the word "result" as it only appears once per transaction).

Can anyone assist? Or does anyone know an email where I can email Blockchain directly?
Jump to: