Gensyn · Authentication Profile

Gensyn Authentication

Authentication

Gensyn secures its APIs with apiKey and wallet-signing across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyAiMachine LearningDecentralized ComputeBlockchainPrediction MarketsAgentsWeb3
Methods: apiKey, wallet-signing Schemes: 2 OAuth flows: API key in: environment

Security Schemes

DelphiApiAccessKey apiKey
· in: environment ()
WalletSigning wallet-signing

Source

Authentication Profile

gensyn-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://github.com/gensyn-ai/gensyn-delphi-sdk#readme
docs: https://github.com/gensyn-ai/gensyn-delphi-sdk#readme
summary:
  types: [apiKey, wallet-signing]
  api_key_in: [environment]
  notes: >-
    The Delphi API combines a REST API-access key with on-chain wallet signing.
    No OpenAPI securitySchemes are published, so this profile is captured from the
    published SDK documentation rather than derived from a spec.
schemes:
- name: DelphiApiAccessKey
  type: apiKey
  in: environment
  variable: DELPHI_API_ACCESS_KEY
  description: >-
    REST API access key required for authenticated Delphi REST endpoints (market
    and position queries). The public health endpoint requires no auth.
  issued_at:
    testnet: https://delphi-api-access.gensyn.ai/
    mainnet: https://api-access.delphi.fyi/
- name: WalletSigning
  type: wallet-signing
  description: >-
    On-chain transactions (buy/sell shares, redeem, liquidate, ERC-20 approvals)
    are signed by a wallet. Two options are supported.
  methods:
  - private-key
  - coinbase-cdp-server-wallet
environments:
  testnet:
    base_url: https://delphi-api.gensyn.ai/
    rpc: https://gensyn-testnet.g.alchemy.com/public
  mainnet:
    base_url: https://api.delphi.fyi/
    rpc: https://gensyn-mainnet.g.alchemy.com/public