API URLs

+1 vote
Hi,

Is it possible to access the API via a RESTful interface? My only reason to ask is that the response looks JSON: https://vgy.me/I7C9gb.png

If so, can you give me an example of what the request would look like please?

Regards
asked Sep 7, 2016 by Jon

1 Answer

0 votes

Yes of course, multichain-cli is just a wrapper for the JSON-RPC API exposed by MultiChain. The first line output by multichain-cli after each command shows the API call that was sent. It all works exactly like the Bitcoin Core API, for which many libraries are available, and quite a few of these have already been adapted for MultiChain – see the list at the bottom of this page: http://www.multichain.com/developers/

answered Sep 7, 2016 by MultiChain
...