You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-14
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,6 @@ For object creation, same parameters as before. You must first call ``getAddress
109
109
110
110
*``value`` is the value requested to the user in the coin to which the request was done. **Optional**, can be empty if you don't wish to add the value to the QR Code.
111
111
*``size`` Size of the QR Code image in pixels. Optional, leave empty to use the default size of 512.
112
-
*``api_key`` is the API Key provided by BlockBee's [dashboard](https://dash.blockbee.io/).
113
112
114
113
> Response is an object with `qr_code` (base64 encoded image data) and `payment_uri` (the value encoded in the QR), see https://docs.blockbee.io/#operation/qrcode for more information.
115
114
@@ -132,14 +131,13 @@ For object creation, same parameters as before. You must first call ``getAddress
*``coin`` is the coin you wish to check, from BlockBee's supported currencies (e.g 'btc', 'eth', 'erc20_usdt', ...)
140
139
*``addresses`` The number of addresses to forward the funds to. Optional, defaults to 1.
141
140
*``priority`` Confirmation priority, (check [this](https://support.blockbee.io/article/how-the-priority-parameter-works) article to learn more about it). Optional, defaults to ``default``.
142
-
*``api_key`` is the API Key provided by BlockBee's [dashboard](https://dash.blockbee.io/).
143
141
144
142
> Response is an object with ``estimated_cost`` and ``estimated_cost_usd``, see https://docs.blockbee.io/#operation/estimate for more information.
145
143
@@ -165,15 +163,14 @@ from blockbee import BlockBeeHelper
0 commit comments