Skip to main content

Get Prices

GET 

/v1/markets/:market_id/prices

GET the current prices by market ID.

Request

Path Parameters

    market_id stringrequired

    Market identification.

Responses

OK

Schema
    result object
    price string

    The last executed order price.

    bid string

    The top (bigger value) of bid book.

    ask string

    The top (lesser value) of ask book.

    base_volume_24h string

    Volume traded within the last 24 hours in the base currency.

    quote_volume_24h string

    Volume traded within the last 24 hours in the quote currency.

    high_24h string

    Highest price within the last 24 hours.

    low_24h string

    Lowest price within the last 24 hours.

    price_change_percent_24h string

    Price change during the last 24 hours in percentage.

Loading...