Post
Topic
Board Service Discussion
Topic OP
rpc.blockchain.info Json-rpc Cant get it to work, help
by
elroy69
on 06/06/2014, 19:27:15 UTC
Hi I am hoping someone out there has a answer to this.

For the life of me I can not get a proper response from posting to https://rpc.blockchain.info:443 All I ever get back looks like:

This is what I send -> "{"id":"1","method":"getinfo","params":[],"jsonrpc":"2.0\"}"

This is what I always get back -> {"error":{"message":"JSON-RPC method [getinfo] with 0 parameters not found.","code":-32601},"jsonrpc":"2.0"}

Is there some kind of HTTP Post Credentials that need to be set some special way?

Does anyone have some examples you could post that you know work for sure?  Is there a simple HTTP Post Send Headers and all that you could post, which you know works and get the right response back.

Driving me nuts, thank is advance for your help.