latestOpenAPI 3.0.3Apache 2.02026-08-1155318212.9 KB

734bf911b1be

Get Exchange Info

Get exchange information.

get/v1/info/exchange

Response

Successful exchange information response.

namestring required

Exchange name used in the EIP-712 domain.

versionstring required

Exchange version used in the EIP-712 domain.

chain_idinteger required

Chain ID of the network the exchange is deployed on.

contractstring required

Verifying contract address or the EIP-712 domain.

cancel_onlyboolean required

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

engine_versionstring required

Engine release version of the build serving this response.

Example response

{
  "name": "Polymarket",
  "version": "1",
  "chain_id": 137,
  "contract": "0x1234567890abcdef1234567890abcdef12345678",
  "engine_version": "0.0.61"
}