「BIPS/API」の版間の差分

提供: tezos-wiki
移動先: 案内検索
(1版 をインポートしました)
(1版 をインポートしました)
(相違点なし)

2018年4月10日 (火) 02:03時点における版

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