Skip to content

REST API Authentication

Authentication Guide

📖 Authentication Guide

This guide covers:

REST EIP-712 Domain

All REST trading requests use the shared Synthetix EIP-712 domain:

{
  "name": "Synthetix",
  "version": "1",
  "chainId": 1,
  "verifyingContract": "0x0000000000000000000000000000000000000000"
}

This domain must be used when signing the action payloads documented in each REST trading method.