lamassu-server/schemas/itbit.json
Davit Abulashvili b254f7f2be Support itbit exchange/ticker. Additions (#232)
* Initial itBit implementation

* Add tests for calculatePrice in exchange/itbit.js

* Add etherium to supported crypto codes in common/itbit.js

* Apply standardjs to itbit files

* itbit trade test. not important

* test getCurrencyRates in ticker/itbit.js
2018-12-11 11:47:34 +02:00

34 lines
630 B
JSON

{
"code": "itbit",
"display": "itBit",
"fields": [
{
"code": "userId",
"display": "User ID",
"fieldType": "string",
"required": true,
"value": ""
},
{
"code": "walletId",
"display": "Wallet ID",
"fieldType": "string",
"required": true,
"value": ""
},
{
"code": "clientKey",
"display": "Client key",
"fieldType": "string",
"required": true,
"value": ""
},
{
"code": "clientSecret",
"display": "Client secret",
"fieldType": "password",
"required": true,
"value": ""
}
]
}