Bitcoin (service)¶
General¶
Code: bitcoin_btc
Method: bitcoin
show →
Currency: BTC
show →
- Name:
-
[EN] Bitcoin
-
[RU] Bitcoin
-
[UK] Bitcoin
Amount limits: from 0.00001
to 50
BTC
Fields¶
Overview¶
Key | Required | Type | Regexp |
---|---|---|---|
wallet_id |
✔ | string |
/^\+\d{1,15}$/ |
Details¶
-
wallet_id
Type:
string
Regexp:
/^\+\d{1,15}$/
Required:
1
- Label:
- [EN] Bitcoin wallet
- [RU] Bitcoin кошелек
- [UK] Bitcoin гаманець
- Hint:
- [EN] Enter Bitcoin wallet
- [RU] Введите Bitcoin кошелек
- [UK] Введіть Bitcoin гаманець
JSON Object¶
{
"code":"bitcoin_btc",
"method":"bitcoin",
"currency":"BTC",
"fields":[
{
"key":"wallet_id",
"type":"string",
"label":{
"en":"Bitcoin wallet",
"ru":"Bitcoin \u043a\u043e\u0448\u0435\u043b\u0435\u043a",
"uk":"Bitcoin \u0433\u0430\u043c\u0430\u043d\u0435\u0446\u044c"
},
"hint":{
"en":"Enter Bitcoin wallet",
"ru":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 Bitcoin \u043a\u043e\u0448\u0435\u043b\u0435\u043a",
"uk":"\u0412\u0432\u0435\u0434\u0456\u0442\u044c Bitcoin \u0433\u0430\u043c\u0430\u043d\u0435\u0446\u044c"
},
"regexp":"\/^\\+\\d{1,15}$\/",
"required":true,
"position":1
}
],
"amount_min":"0.00001",
"amount_max":"50"
}