Asked Omni to Add USD Amount for SECs - They need API

We can add in support fairly easily. All we need is an api link to an exchange that provides recent trade data.

The current format needs to look like an array of json objects with the rate and amount keys
ex: [{“rate”:“0.00016280”,“amount”:“50.00000000”},…]

3 Likes

Yepp been in contact, they currently support only poloniex; that’s going to change sometime this week, it’s in the workflow

https://bittrex.com/api/v1.1/public/getticker?market=BTC-SEC

can parse through that

3 Likes

They found the api from bittrex and made the change. You should see your local dollar amount now :wink:

5 Likes