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

return more useful data in market ticker #2166

Merged
merged 2 commits into from
May 3, 2020

Conversation

crazybits
Copy link
Contributor

@crazybits crazybits commented May 3, 2020

as discussed in #2162, the change will be merged to 'hardfork' branch.

this PR related to discussion of #2001 to return more useful data in ticker.

before change

{
    "id":3,
    "result":{
        "time":"2020-04-28T15:22:24",
        "base":"CNY",
        "quote":"BTS",
        "latest":"0.224489795918367346",
        "lowest_ask":"0.224634524247316643",
        "highest_bid":"0.224529552603249653",
        "percent_change":"-0.01",
        "base_volume":"386624.9459",
        "quote_volume":"1722080.6122"
    }
}

after change

{
    "id":3,
    "result":{
        "time":"2020-04-28T15:22:24",
        "base":"CNY",
        "quote":"BTS",
        "latest":"0.224489795918367346",
        "lowest_ask":"0.224634524247316643",
        "lowest_ask_base_size":"304.8588",
        "lowest_ask_quote_size":"1357.13244",
        "highest_bid":"0.224529552603249653",
        "highest_bid_base_size":"2288.6050",
        "highest_bid_quote_size":"10192.88986",
        "percent_change":"-0.01",
        "base_volume":"386624.9459",
        "quote_volume":"1722080.6122"
    }
}

Copy link
Member

@abitmore abitmore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@abitmore abitmore merged commit 68eebf1 into bitshares:hardfork May 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants