PowerTrade · Authentication Profile

Powertrade Authentication

Authentication

PowerTrade secures its APIs with jwt-bearer across 0 declared security schemes, as derived from its OpenAPI definitions.

CompanyCryptoCryptocurrencyDerivativesOptionsPerpetual FuturesTradingExchangeFinancial-ServicesWebSocketFIXMarket Data
Methods: jwt-bearer Schemes: 0 OAuth flows: API key in:

Security Schemes

Source

Authentication Profile

powertrade-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://support.power.trade/api/authentication.md
docs: https://support.power.trade/api/authentication.md
summary:
  types: [jwt-bearer]
  scheme: ES256 JWT (JWS)
  applies_to: all private REST, WebSocket position, and FIX endpoints
scheme:
  name: PowerTrade API Key JWT
  type: http
  scheme: bearer
  bearerFormat: JWT
  algorithm: ES256
  key_provisioning: >-
    Create an account at https://app.power.trade and open Account Profile > API Keys
    (https://app.power.trade/api-keys) to generate an api_key and private_key.
  token_generation: >-
    Sign a JWT with the ES256 algorithm using the private_key. Payload includes sub=api_key,
    iat, exp, and client="api" (a nonce may be added). A web-based builder is available at
    https://app.power.trade/jwt-builder.
  example_payload:
    sub: "<api_key>"
    iat: "<unix_seconds>"
    exp: "<unix_seconds>"
    client: api
  libraries_referenced:
  - {language: python, library: PyJWT, url: https://pyjwt.readthedocs.io/en/stable/}
  - {language: node, library: jsrsasign, url: https://github.com/kjur/jsrsasign}
notes: >-
  Public REST/WebSocket market-data endpoints require no authentication. Private endpoints reject
  missing/expired JWTs with 401. An MFA challenge (v2/mfa/*) may be required (401 with challenge,
  403 when MFA method requirements are not met). API access is gated by an API License Agreement
  and, per the API overview, is currently disabled by default pending provider approval.

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