Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

having trouble retrieving IOTA data #18

Closed
zukkaboom opened this issue Feb 12, 2018 · 1 comment
Closed

having trouble retrieving IOTA data #18

zukkaboom opened this issue Feb 12, 2018 · 1 comment
Labels

Comments

@zukkaboom
Copy link

when i run

cryptocompare.priceFull(["IOTA"], ["USD"], { tryConversion: true })

the result i get makes little sense

{ IOTA:
   { USD:
      { TYPE: '5',
        MARKET: 'CCCAGG',
        FROMSYMBOL: 'IOTA',
        TOSYMBOL: 'USD',
        FLAGS: '4',
        PRICE: '0.6356',
        LASTUPDATE: 1518458610,
        LASTVOLUME: 0,
        LASTVOLUMETO: 0,
        LASTTRADEID: 0,
        VOLUMEDAY: 0,
        VOLUMEDAYTO: 0,
        VOLUME24HOUR: 0,
        VOLUME24HOURTO: 0,
        OPENDAY: '0.6356',
        HIGHDAY: '0.6356',
        LOWDAY: '0.6356',
        OPEN24HOUR: '0.6356',
        HIGH24HOUR: '0.6356',
        LOW24HOUR: '0.6356',
        LASTMARKET: 'Binance',
        CHANGE24HOUR: 0,
        CHANGEPCT24HOUR: 0,
        CHANGEDAY: 0,
        CHANGEPCTDAY: 0,
        SUPPLY: 0,
        MKTCAP: 0,
        TOTALVOLUME24H: 2393110.8526999997,
        TOTALVOLUME24HTO: 1521061.2579761199 } } }

i guess im doing something wrong...
but help would be nice

@RyanZim
Copy link
Contributor

RyanZim commented Feb 12, 2018

This issue tracker is for issues with the JS API wrapper, not the actual API. You'll have to contact cryptocompare support about your issues.

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

No branches or pull requests

2 participants