BIPS/API

提供: tezos-wiki
2013年7月14日 (日) 05:07時点におけるWalletBit (トーク)による版 (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...")
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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