BIPS/API

From BitcoinWiki
This is the approved revision of this page, as well as being the most recent.
Jump to: navigation, search

Meet the REST API[edit]

It’s so easy, we’ve embedded a bunch of examples right here.

curl https://bips.me/api/v1/invoice \<br /> -u apikey \<br /> -d price=100 \<br /> -d currency=USD

Documentation[edit]

REST API parameter details with examples of constructing requests.<br /> Learn more

Quickstart[edit]

Step by step guides building basic web apps that accept bitcoin payments.<br /> Learn more

Source[edit]

http://bitcoin.it/

See Also on BitcoinWiki[edit]