Get Tickers
Request
Method:
GET ./api/v2/openbook/tickers/{market}
Parameters:
Parameter | Type | Description |
---|---|---|
| array | OPTIONAL. A list of Openbook market account addresses or market symbols. |
Request example:
Request (single)
Request (all)
Response:
Field:
Field | Description |
---|---|
| See below for individual markets. |
Tickers:
Field | Description |
---|---|
| Symbol of the market. |
| Smart contract address for the market. |
| Best bid price |
| Best bid size |
| Best ask price |
| Best ask size |
Example:
Last updated