BIPS/API

From Bitcoin Wiki
Jump to: navigation, 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 \
-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