Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Token Symbol to Rest API returnTicker #49

Open
mynameismart opened this issue Feb 21, 2018 · 5 comments
Open

Token Symbol to Rest API returnTicker #49

mynameismart opened this issue Feb 21, 2018 · 5 comments

Comments

@mynameismart
Copy link

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"}

@mynameismart mynameismart changed the title Token Symbol to http api returnTicker Token Symbol to Rest API returnTicker Feb 21, 2018
@JonathonDunford
Copy link
Contributor

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

@freeatnet
Copy link
Contributor

@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.

@freeatnet freeatnet reopened this Feb 21, 2018
@accordtoken
Copy link

Newly listed coins from #183 are not showing up on
https://api.forkdelta.com/returnTicker
Like ARD, PAR .. etc
and how we call single contract address details ( volume, Ask, bid) from API.

@JonathonDunford
Copy link
Contributor

@accordtoken That is a separate issue. We already have a PR ready to go for new tokens to backend API. Just be patient. :)

@mmhh1910
Copy link
Contributor

mmhh1910 commented Feb 23, 2018

PR: Pull tokens from GitHub #57

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants