v1
latestOpenAPI 3.0.02026-07-2471143147.5 KBAuthentication
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.
Example response
{
"name": "RiseXAuthorization",
"version": "1",
"chain_id": "11155931",
"verifying_contract": "0xe465Cc9318B7b4b616F4604bFC1e4958C32dAb91"
}