Webull · Authentication Profile

Webull Authentication

Authentication

Webull secures its APIs with apiKey, http-signature, and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions.

CompanyTechnologyFinancial-ServicesBrokerageTradingStock MarketMarket DataInvestingFintechCryptocurrency
Methods: apiKey, http-signature, oauth2 Schemes: 3 OAuth flows: API key in: header

Security Schemes

AppKeyRequestSigning apiKey
· in: header ()
TwoFactorAccessToken apiKey
· in: header ()
ConnectOAuth2 oauth2

Source

Authentication Profile

webull-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://developer.webull.com/apis/docs/authentication/overview
docs: https://developer.webull.com/apis/docs/authentication/overview
summary:
  types: [apiKey, http-signature, oauth2]
  api_key_in: [header]
  request_signing: HMAC-SHA1
  notes: >-
    Webull OpenAPI trading and market-data requests authenticate with an App Key /
    App Secret pair. The App Secret never leaves the client — it signs each request.
    The Connect API additionally offers OAuth 2.0 for third-party authorization of
    Webull user accounts. All requests must use HTTPS.
schemes:
  - name: AppKeyRequestSigning
    type: apiKey
    in: header
    description: >-
      Every request carries an x-app-key identifier plus an HMAC-SHA1 signature over
      the request computed with the App Secret. The secret is never transmitted.
    headers:
      - name: x-app-key
        purpose: Unique developer identifier
      - name: x-timestamp
        purpose: Request time, ISO 8601 UTC (YYYY-MM-DDThh:mm:ssZ)
      - name: x-signature
        purpose: Cryptographic signature verifying request authenticity
      - name: x-signature-algorithm
        purpose: Algorithm type (e.g. HMAC-SHA1)
      - name: x-signature-version
        purpose: Algorithm version (e.g. 1.0)
      - name: x-signature-nonce
        purpose: Unique random string per request (replay protection)
      - name: x-version
        purpose: Interface version (accepts v2)
    sources: [docs]
  - name: TwoFactorAccessToken
    type: apiKey
    in: header
    description: >-
      For 2FA-enabled accounts an x-access-token is required. The SDK initiates token
      creation automatically; the user completes verification in the Webull mobile app.
      Tokens are valid ~15 days and auto-refresh.
    headers:
      - name: x-access-token
        purpose: Reusable access token verified through the Webull App
    sources: [docs]
  - name: ConnectOAuth2
    type: oauth2
    description: >-
      The Connect API provides OAuth 2.0 so third parties can obtain authorization to
      act on a Webull user's account. Sandbox authorization/login redirect via
      oauth-open-api.sandbox.webull.com / passport.webull.com.
    sources: [docs]

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