Market Price methods

Used to get information about the market price for a specific pair.

List of Market Price methods:

Market Price Query method

Used for one-time data get requests.

Method

price.query

Request "params" parameters

Name
Type
Desciption
Example

market*

STRING

Any public pair

BTC_USDT

Request example

{
  "method":"price.query",
  "params":
    [
      "BTC_USDT"
    ],
  "id":1
}

Response "params" and "result" parameters

Name
Type

market

STRING

price

STRING

Market Price Subscribe method

Used to subscribe to receive real-time updates.

Method

Request "params" parameters

Name
Type
Desciption
Example

market*

STRING

Any public pair

BTC_USDT

Request example

Response example (successfully subscribed)

Response "params" parameters ("price.update")

Name
Type

market*

STRING

price*

STRING

Response example ("price.update")

Market Price Unsubscribe method

Used to unsubscribe from the Market Price Subscribe method.

Method

Request Example

Response example (successfully unsubscribed)