Skip to main content
GET
Get Exchange Info

Response

Successful exchange information response.

name
string
required

Exchange name used in the EIP-712 domain.

Example:

"Polymarket"

version
string
required

Exchange version used in the EIP-712 domain.

Example:

"1"

chain_id
integer<uint32>
required

Chain ID of the network the exchange is deployed on.

Example:

137

contract
string
required

Verifying contract address or the EIP-712 domain.

Example:

"0x1234567890abcdef1234567890abcdef12345678"

cancel_only
boolean
required

True while the exchange is in cancel-only (maintenance) mode — only order cancellation is accepted.

Example:

false

engine_version
string
required

Engine release version of the build serving this response.

Example:

"0.0.61"