Skale Labs · Authentication Profile

Skale Labs Authentication

Authentication

SKALE surfaces are Ethereum-compatible JSON-RPC endpoints and SDKs, not key-authenticated REST APIs. Public JSON-RPC RPC endpoints (skalenodes.com) require no API key. State-changing operations are authenticated cryptographically: transactions are signed with an EVM wallet private key (ECDSA/secp256k1) and gas is paid via sFUEL / CREDITs rather than an account token.

Skale Labs secures its APIs with none and wallet-signature across 3 declared security schemes, as derived from its OpenAPI definitions.

CompanyBlockchainWeb3Smart ContractsDeveloper ToolsJSON-RPCAI AgentsPrivacyPaymentsCryptocurrency
Methods: none, wallet-signature Schemes: 3 OAuth flows: API key in:

Security Schemes

public-json-rpc none
wallet-signature wallet
scheme: eip155-signature
watchdog-rest none

Source

Authentication Profile

skale-labs-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://docs.skale.space/developers/resources/json-rpc-api
summary:
  types: [none, wallet-signature]
  api_key_in: []
  oauth2_flows: []
description: >-
  SKALE surfaces are Ethereum-compatible JSON-RPC endpoints and SDKs, not key-authenticated REST
  APIs. Public JSON-RPC RPC endpoints (skalenodes.com) require no API key. State-changing operations
  are authenticated cryptographically: transactions are signed with an EVM wallet private key
  (ECDSA/secp256k1) and gas is paid via sFUEL / CREDITs rather than an account token.
schemes:
  - name: public-json-rpc
    type: none
    description: Read methods (eth_call, eth_getBalance, eth_blockNumber, ...) over public HTTPS/WSS JSON-RPC endpoints; no credential required.
    sources: [https://docs.skale.space/developers/resources/json-rpc-api]
  - name: wallet-signature
    type: wallet
    scheme: eip155-signature
    description: Write operations (eth_sendRawTransaction) require a transaction signed by the sender's EVM private key. SDKs (BITE, MPP) and the SKALE CLI manage signing.
    sources: [https://docs.skale.space/developers/sdks/skalenetwork-cli]
  - name: watchdog-rest
    type: none
    description: Watchdog node-status REST API (port 3009) exposes public read-only status endpoints; no auth documented.
    sources: [https://docs.skale.space/validators/watchdog/apis]