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
A menu button will offer a list of base currencies
['BTC','USD','ETH'] and the possibility to set one or more of them and receive signals like XZZ/BTC and XZZ/ETH for the same coin.
A command will allow users to make it inline setting a comma separated list:
/exchange BTC,ETH
In both cases there will be a POST request:
POST api/user
{
chat_id:1234,
counter_currencies: [{'BTC':true},{'ETH':false}]
}
Set the base exchange currency for the signals.
Implementation
A menu button will offer a list of base currencies
['BTC','USD','ETH'] and the possibility to set one or more of them and receive signals like XZZ/BTC and XZZ/ETH for the same coin.
A command will allow users to make it inline setting a comma separated list:
/exchange BTC,ETH
In both cases there will be a POST request:
The expected format return format:
The text was updated successfully, but these errors were encountered: