BIPS/API

From zaoniao
Revision as of 03:51, 5 April 2019 by Admin (talk | contribs) (Created page with "===Meet the REST API=== 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=10...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Meet the REST API

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

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

Quickstart

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

Source

http://bitcoin.it/

See Also on BitcoinWiki