Seismic Systems · Authentication Profile
Seismic Systems Authentication
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.
CompanyBlockchainPrivacyEncryptionStablecoinsFintechWeb3Smart ContractsEVMCryptographyDeveloper Tools
Methods: none, wallet-signature
Schemes: 3
OAuth flows:
API key in:
Security Schemes
rest-public none
seismic-signed-transaction wallet-signature
seismic-signed-read wallet-signature