Get RAMS status
RAMS Reads & Typed Data
Get RAMS Status
Read agent freeze state, principal nonce, and operator approval.
GET
Get RAMS status
Send
x-api-key. These reads are also x402-payable: call without a key and, where x402 is enabled for the chain, the API answers 402 Payment Required with the amount in the PAYMENT-REQUIRED header. Reads are priced at the cheaper GETTER tier than writes — take the amount from the response rather than from a table.
Provide chainId, agent, and principal; optionally pass operator to read its approval.
Use the returned nonce only as an observation. Fetch a fresh typed-data envelope immediately before signing because all four signature-based lifecycle operations share and consume the same per-principal nonce.Authorizations
Query Parameters
Target chain ID. RAMS is available on Ethereum Sepolia (11155111) only at launch. Decimal and 0x hex values are accepted.
Agent wallet address.
Pattern:
^0x[a-fA-F0-9]{40}$Principal wallet address.
Pattern:
^0x[a-fA-F0-9]{40}$Optional wallet to check operator approval for.
Pattern:
^0x[a-fA-F0-9]{40}$Optional AgentMandate contract override.
Pattern:
^0x[a-fA-F0-9]{40}$Response
200 - application/json
Successful response