ETHGas · Authentication Profile

Ethgas Authentication

Authentication

ETHGas secures its APIs with wallet-signature and http-bearer across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyInfrastructureBlockchainEthereumTradingPreconfirmationsBlockspaceMEVDeFiWeb3
Methods: wallet-signature, http-bearer Schemes: 2 OAuth flows: API key in:

Security Schemes

eip712WalletLogin wallet-signature
bearerAuth http
scheme: bearer

Source

Authentication Profile

ethgas-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://developers.ethgas.com/ (Authentication section)
docs: https://developers.ethgas.com/
summary:
  types: [wallet-signature, http-bearer]
  api_key_in: []
  oauth2_flows: []
  token_format: JWT
  token_ttl_seconds: 3600
schemes:
  - name: eip712WalletLogin
    type: wallet-signature
    standard: EIP-712
    description: >-
      Login is a three-step wallet-signature flow. POST /api/v1/user/login with
      the wallet address returns an EIP-712 typed message; the client signs it
      with the wallet key; POST /api/v1/user/login/verify with the signature
      returns a JWT access token (valid 1 hour).
    login_operations:
      - POST /api/v1/user/login
      - POST /api/v1/user/login/verify
      - POST /api/v1/user/login/refresh
  - name: bearerAuth
    type: http
    scheme: bearer
    bearerFormat: JWT
    description: >-
      Private endpoints require Authorization: 'Bearer <accessToken>'. The token
      is the JWT issued by the login/verify flow and expires after 1 hour; renew
      via POST /api/v1/user/login/refresh before expiry.
    applies_to: All private REST endpoints (/api/v1/*) and the WebSocket `login` command
public_access: >-
  Public market-data endpoints under /api/v1/p/* and public WebSocket channels
  require no authentication.

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/ethgas-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.