Skip to content

Ticker Information

bitstarcom edited this page Jun 27, 2017 · 2 revisions

URI:
https://www.bitstar.com/api/v1/market/ticker/{businessType} (GET)
Parameter description:
businessType:See the first chapter(General parameter specification
Return value format:

    {
        "date":<Server time>,    
        "buy":<best bid>,          
        "high":<highest price>,
        "last":<latest price>,
        "low":<lowest price>,
        "sell":<best ask>,
        "vol":<volume in last 24 hours>        
    }   

additional illustrations:
vol is the amount of digital cash,data type is long

Clone this wiki locally