Seismic Systems Authentication
Seismic's authentication model has two distinct layers. (1) The SRC20 Factory REST API is unauthenticated and read-only — it uses a public provider and holds no key. (2) On-chain interaction is authenticated cryptographically: writes are signed Seismic transactions (EIP-712 typed data, tx type 0x4A) and "signed reads" are authenticated eth_call requests that prove the caller's identity to the contract, with calldata encrypted to the node's TEE key via ECDH + AES-GCM. There is no OAuth, no API-key issuance, and no scopes surface.
Seismic Systems secures its APIs with none and wallet-signature across 3 declared security schemes, as derived from its OpenAPI definitions.
Security Schemes
Source
Authentication Profile
Work with this as data
Every security artifact here is available over the APIs.io API and to AI agents over MCP.