---
title: "Get EIP712 domain"
method: GET
path: "/v1/auth/eip712-domain"
tags: ["Authentication"]
---

# Get EIP712 domain

`GET /v1/auth/eip712-domain`

Get the EIP712 domain information from the authorization contract. Clients need this to construct and sign EIP712 typed data for permits.

## Response `200`

A successful response.

- ApiGetEIP712DomainResponse
  - `name` string — EIP712 domain name
  - `version` string — EIP712 domain version
  - `chain_id` string — Chain ID where the contract is deployed
  - `verifying_contract` string — Address of the verifying contract

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rise/apis/risex-rest-api.md) · [All operations](https://skmtc.net/rise/apis/risex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rise/risex-rest-api/revisions/194af8339c0d/schema)
