Hacker News new | ask | show | jobs
by sachingulaya 4802 days ago
http://blockchain.info/api/blockchain_wallet_api

Blockchain.info has some really nifty(and free) API methods.

When a payment is received blockchain.info will notify the http URL specified in [Account Settings]. The parameters will be supplied in a http GET request. The callback url is limited to 255 characters in length.

Parameters value The value of the payment received in satoshi (not including fees). Divide by 100000000 to get the value in BTC. transaction_hash The transaction hash. input_address The bitcoin address that received the transaction. confirmations The number of confirmations of this transaction. {Custom Parameters} Any parameters included in the callback URL will be past back to the callback URL in the notification.

1 comments

ah nice thats exactly what i need.