BIPS/API

From Bitcoin Wiki
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