BIPS/API

From Bitcoin Wiki
Revision as of 20:07, 13 July 2013 by WalletBit (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=100 \<br /> -d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Meet the REST API

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

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

Documentation

REST API parameter details with examples of constructing requests.
Learn more

Quickstart

Step by step guides building basic web apps that accept bitcoin payments.
Learn more