Skip to main content
GET
/
v1
/
info
/
exchange
Get Exchange Info
curl --request GET \
  --url https://api.perpetuals.polymarket.com/v1/info/exchange
{
  "name": "Polymarket",
  "version": "1",
  "chain_id": 137,
  "contract": "0x1234567890abcdef1234567890abcdef12345678"
}
Request Weight: 2

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"