Ethena Labs · Authentication Profile

Ethena Labs Authentication

Authentication

Ethena Labs secures its APIs with ip-allowlist, wallet-allowlist, and signature across 4 declared security schemes, as derived from its OpenAPI definitions.

CompanyCryptoStablecoinDeFiSynthetic DollarMintingBlockchainEthereum
Methods: ip-allowlist, wallet-allowlist, signature Schemes: 4 OAuth flows: API key in:

Security Schemes

ip-allowlist network
wallet-allowlist onchain-identity
eip712-signature signature
scheme: EIP-712
eip1271-signature signature
scheme: EIP-1271

Source

Authentication Profile

ethena-labs-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.ethena.fi/api-documentation/overview
docs: https://docs.ethena.fi/api-documentation/overview
summary:
  types: [ip-allowlist, wallet-allowlist, signature]
  notes: >-
    The Ethena Minting API does not use API keys or bearer tokens. Access is gated at two layers:
    network-level IP whitelisting and onchain wallet-address whitelisting (benefactor / beneficiary).
    Order submission is authenticated by a cryptographic signature over the EIP-712 typed order
    payload, so authority derives from control of the whitelisted wallet's private key rather than a
    shared secret.
schemes:
- name: ip-allowlist
  type: network
  description: >-
    Callers must have their IP address whitelisted by Ethena. The private endpoint
    (https://private.api.ethena.fi) requires IP whitelisting; the public endpoint
    (https://public.api.ethena.fi) is reachable but only whitelisted wallets can transact.
- name: wallet-allowlist
  type: onchain-identity
  description: >-
    The benefactor (and, where different, beneficiary) Ethereum wallet address must be whitelisted
    onchain by Ethena. Non-whitelisted addresses are rejected (error codes 10, 25, 26).
- name: eip712-signature
  type: signature
  scheme: EIP-712
  description: >-
    Default order authentication. The caller signs the typed order object (order_id, order type,
    expiry, nonce, benefactor/beneficiary, collateral asset + amount, USDe amount) and submits the
    hex signature on the POST /order request. Nonces prevent replay (error 24 on duplicate nonce).
- name: eip1271-signature
  type: signature
  scheme: EIP-1271
  description: >-
    Alternative signature type for smart-contract wallets. Supplied by appending
    signature_type=EIP1271 to the POST /order request.

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/ethena-labs-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 email required.

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