Gondi · Authentication Profile

Gondi Authentication

Authentication

Gondi secures its APIs with siwe and apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyCryptoNFTDeFiLendingNFT FinanceGraphQLWeb3
Methods: siwe, apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

SignInWithEthereum siwe
ApiKey apiKey
· in: header ()

Source

Authentication Profile

gondi-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://api.gondi.xyz/graphql
docs: https://github.com/gondixyz/gondi-js
summary:
  types: [siwe, apiKey]
  api_key_in: [header]
  notes: >-
    Gondi's off-chain GraphQL API authenticates users with Sign-In With Ethereum
    (EIP-4361) sessions and issues programmatic API keys. There are no OAuth2
    scopes; authorization to move value is enforced on-chain via wallet
    signatures, not server-side scopes.
schemes:
  - name: SignInWithEthereum
    type: siwe
    standard: EIP-4361
    flow: >-
      Call the generateSignInNonce mutation to obtain a nonce, construct and sign
      the SIWE message with the connected wallet, then call signInWithEthereum
      with the signature to establish an authenticated session.
    operations: [generateSignInNonce, signInWithEthereum]
    sources: [graphql/gondi-schema.graphql]
  - name: ApiKey
    type: apiKey
    in: header
    minted_by: createApiKey
    flow: >-
      An authenticated user mints a programmatic API key via the createApiKey
      mutation for server-to-server access to the GraphQL API.
    operations: [createApiKey]
    sources: [graphql/gondi-schema.graphql]
signing:
  model: non-custodial
  notes: >-
    Loan offers, collection offers, and renegotiation offers are signed
    client-side with the user's wallet (generate*OfferToBeSigned returns the
    payload to sign; saveSigned* persists the signature). The API never holds
    keys or moves funds without a wallet signature.

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/gondi-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.