v2

latestOpenAPI 3.0.3Apache 2.02026-07-3149289180.2 KB

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.

Example response

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