Skip to main content
GET
Get ticker

Path Parameters

condition_id
string
required

On-chain ConditionalTokens condition hash.

Example:

"0x9cded060be358b76678e598084cf258c7257771e473dbb461cad23417302d606"

Query Parameters

chain_id
integer
required

Blockchain network id. BSC mainnet is 56.

Example:

56

Response

OK

Standalone ticker endpoint response. All price fields are decimal strings (or null).

condition_id
string
chain_id
integer
Example:

56

best_bid
string | null
Example:

"0.54"

best_ask
string | null
Example:

"0.55"

last_price
string | null
Example:

"0.545"

spread
string | null
Example:

"0.01"

display_price_yes
string | null
Example:

"0.55"

display_price_no
string | null
Example:

"0.45"

timestamp
string<date-time>