BIPS/API

提供: tezos-wiki
2018年4月10日 (火) 00:46時点におけるAdmin (トーク | 投稿記録)による版 (1版 をインポートしました)
移動先: 案内検索

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