v1

latestOpenAPI 3.0.02026-07-2471143147.5 KB
Authentication

Get EIP712 domain

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

get/v1/auth/eip712-domain

Response

A successful response.

namestring

EIP712 domain name

versionstring

EIP712 domain version

chain_idstring

Chain ID where the contract is deployed

verifying_contractstring

Address of the verifying contract

Example response

{
  "name": "RiseXAuthorization",
  "version": "1",
  "chain_id": "11155931",
  "verifying_contract": "0xe465Cc9318B7b4b616F4604bFC1e4958C32dAb91"
}