-
Notifications
You must be signed in to change notification settings - Fork 97
Token Symbol to Rest API returnTicker #49
Comments
We do this on purpose to start future proofing. We plan to make a change from tickers to names as a primary key in the future. If you need access to the tickers, you can use tokenbase data or our main configuration file: https://forkdelta.github.io/config/main.json |
@JonathonDunford I'd like to keep this open. I think we could accommodate this request in a bit, as long as we make it abundantly clear that symbols are for presentation purposes only. |
Newly listed coins from #183 are not showing up on |
@accordtoken That is a separate issue. We already have a PR ready to go for new tokens to backend API. Just be patient. :) |
PR: Pull tokens from GitHub #57 |
At the moment there is no symbols associated with tokens. Could you please add another field to the result from https://api.forkdelta.com/returnTicker
This is example, last member of this JSON object could be SYMBOL with its Token symbol.
{"ETH_0x0b76544": {"tokenAddr": "0x0b76544f6c413a555f309bf76260d1e02377c02a", "quoteVolume": "15438.26869", "baseVolume": "5.710009126", "last": "0.000385", "bid": "0.0004", "ask": "0.000385", "updated": "2018-02-21T08:57:05.336152", "symbol" : "XXX"}
The text was updated successfully, but these errors were encountered: