Orderly Network · Authentication Profile

Orderly Network Authentication

Authentication

Orderly Network secures its APIs with signature across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyCryptoDeFiTradingPerpetual FuturesDerivativesOrderbookWeb3BlockchainLiquidity
Methods: signature Schemes: 1 OAuth flows: API key in:

Security Schemes

OrderlyKeySignature signature

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: searched
source: https://orderly.network/docs/build-on-omnichain/api-authentication
docs: https://orderly.network/docs/build-on-omnichain/api-authentication
note: >
  The OpenAPI does not declare formal securitySchemes; authentication is a
  custom request-signing scheme documented in the auth guide and captured here.
summary:
  types: [signature]
  scheme: ed25519
  transport: custom-headers
  oauth2_flows: []
schemes:
  - name: OrderlyKeySignature
    type: signature
    algorithm: ed25519
    encoding: base64url
    key_format: "ed25519:<base58-public-key>"
    headers:
      - orderly-account-id   # registered Orderly account identifier
      - orderly-key          # public key, ed25519:<base58>
      - orderly-signature    # base64url ed25519 signature of the normalized request
      - orderly-timestamp    # request time in milliseconds
    signing_string: "<timestamp><HTTP-METHOD><path?query><json-body>"
    validations:
      timestamp_tolerance_seconds: 300
      checks: [signature-verification, key-registered-and-not-expired]
    key_registration: >
      Orderly Keys are generated and registered via wallet authentication
      (EIP-712 wallet signature), or supplied by a frontend such as WOOFi Pro.
    docs: https://orderly.network/docs/build-on-omnichain/user-flows/wallet-authentication
public_access:
  description: >
    Public market-data endpoints and the Public Info API (POST /v1/public/query)
    require no authentication.
  docs: https://orderly.network/docs/build-on-omnichain/public-info-api/overview

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/orderly-network-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.