「BIPS/API」の版間の差分

提供: tezos-wiki
移動先: 案内検索
(1 revision imported)
(1版 をインポートしました)
2行目: 2行目:
 
It’s so easy, we’ve embedded a bunch of examples right here.
 
It’s so easy, we’ve embedded a bunch of examples right here.
  
curl https://bips.me/api/v1/invoice \<br />
+
curl https://bips.me/api/v1/invoice \<br />
-u apikey \&lt;br /&gt;
+
-u apikey \<br />
-d price=100 \&lt;br /&gt;
+
-d price=100 \<br />
 
-d currency=USD
 
-d currency=USD
  
 
===Documentation===
 
===Documentation===
  
REST API parameter details with examples of constructing requests.&lt;br /&gt;
+
REST API parameter details with examples of constructing requests.<br />
 
[https://bips.me/connect/BitcoinInternetPaymentSystemAPI.pdf Learn more]
 
[https://bips.me/connect/BitcoinInternetPaymentSystemAPI.pdf Learn more]
  
 
===Quickstart===
 
===Quickstart===
  
Step by step guides building basic web apps that accept bitcoin payments.&lt;br /&gt;
+
Step by step guides building basic web apps that accept bitcoin payments.<br />
 
[https://bips.me/connect/Quickstart.pdf Learn more]
 
[https://bips.me/connect/Quickstart.pdf Learn more]
 
==Source==
 
 
[http://bitcoin.it/ http://bitcoin.it/]
 

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

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