PowerTrade

PowerTrade (power.trade) is a crypto derivatives exchange offering European-style, USDC-settled options on BTC, ETH and 80+ altcoins, plus perpetual futures, spot, and tokenized equity (xStocks) options. For programmatic traders it publishes a public REST API (market data, history, positions, balances), real-time WebSocket market-data and position feeds, and a FIX 4.4 order-entry / drop-copy gateway. Private endpoints authenticate with an ES256 JWT signed from an account API key and private key. The exchange runs production, test and dev environments and provides Go, Python and TypeScript example clients on GitHub. Backed by Pantera Capital.

PowerTrade publishes 3 APIs on the APIs.io network. Tagged areas include Company, Crypto, Cryptocurrency, Derivatives, and Options.

PowerTrade’s developer surface includes documentation, API reference, getting-started guide, authentication, support, pricing, signup flow, and 19 more developer resources.

35.3/100 thin Agent 33/100 agent aware Full breakdown ↓
scored 2026-07-21 · rubric v0.4
3 APIs 1 MCP Servers 0 Features
CompanyCryptoCryptocurrencyDerivativesOptionsPerpetual FuturesTradingExchangeFinancial ServicesWebSocketFIXMarket Data

API Rating

API Evangelist API Evangelist Rating How this is scored →
scored 2026-07-21 · rubric v0.4
Composite quality — 35.3/100 · thin
Contract Quality 0.0 / 25
Developer Ergonomics 14.3 / 20
Commercial Clarity 8.9 / 20
Operational Transparency 2.1 / 13
Governance 0.0 / 12
Discoverability 10.0 / 10
Agent readiness — 33/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/powertrade: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs

PowerTrade REST API

Public and private REST endpoints for market-data summaries, public trade history, positions, holdings, balances, reporting, and MFA. Private endpoints require an ES256 JWT acce...

PowerTrade WebSocket Feeds

Real-time WebSocket market-data feeds (reference data, top-of-book, order books, trades, index and settlement prices) and private position-summary feeds.

PowerTrade FIX API

FIX 4.4 order-entry and drop-copy gateway for order management, with Go example clients published on GitHub.

MCP Servers

powertrade-mcp.yml

MCP SERVER

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 4

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 5

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: powertrade
name: PowerTrade
description: PowerTrade (power.trade) is a crypto derivatives exchange offering European-style, USDC-settled options on BTC,
  ETH and 80+ altcoins, plus perpetual futures, spot, and tokenized equity (xStocks) options. For programmatic traders it
  publishes a public REST API (market data, history, positions, balances), real-time WebSocket market-data and position feeds,
  and a FIX 4.4 order-entry / drop-copy gateway. Private endpoints authenticate with an ES256 JWT signed from an account API
  key and private key. The exchange runs production, test and dev environments and provides Go, Python and TypeScript example
  clients on GitHub. Backed by Pantera Capital.
url: https://raw.githubusercontent.com/api-evangelist/powertrade/refs/heads/main/apis.yml
image: https://power.trade/assets/power-trade-og.jpg
x-type: company
x-source: vc-portfolio
x-backed-by:
- pantera-capital
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-20'
x-enrichment:
  date: '2026-07-20'
  status: enriched
  artifacts_added: 12
  pass: local-v1
tags:
- Company
- Crypto
- Cryptocurrency
- Derivatives
- Options
- Perpetual Futures
- Trading
- Exchange
- Financial Services
- WebSocket
- FIX
- Market Data
apis:
- name: PowerTrade REST API
  description: Public and private REST endpoints for market-data summaries, public trade history, positions, holdings, balances,
    reporting, and MFA. Private endpoints require an ES256 JWT access token. Versioned by URI path (v1, v2).
  humanURL: https://power-trade.github.io/api-docs-source/rest_api.html
  baseURL: https://api.rest.prod.power.trade
  tags:
  - Market Data
  - Trading
  - REST
  properties:
  - type: Documentation
    url: https://power-trade.github.io/api-docs-source/rest_api.html
  - type: Authentication
    url: authentication/powertrade-authentication.yml
  - type: ErrorCatalog
    url: errors/powertrade-problem-types.yml
- name: PowerTrade WebSocket Feeds
  description: Real-time WebSocket market-data feeds (reference data, top-of-book, order books, trades, index and settlement
    prices) and private position-summary feeds.
  humanURL: https://power-trade.github.io/api-docs-source/ws_feeds.html
  baseURL: https://api.wss.prod.power.trade
  tags:
  - Market Data
  - WebSocket
  - Streaming
  properties:
  - type: Documentation
    url: https://power-trade.github.io/api-docs-source/ws_feeds.html
- name: PowerTrade FIX API
  description: FIX 4.4 order-entry and drop-copy gateway for order management, with Go example clients published on GitHub.
  humanURL: https://power-trade.github.io/api-docs-source/fix_order_entry.html
  baseURL: https://api.rest.prod.power.trade
  tags:
  - Trading
  - FIX
  - Order Management
  properties:
  - type: Documentation
    url: https://power-trade.github.io/api-docs-source/fix_order_entry.html
  - type: SourceCode
    url: https://github.com/Power-Trade/fix-api-clients
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://power.trade/
- type: DeveloperPortal
  url: https://support.power.trade/api/api-overview.md
- type: Documentation
  url: https://power-trade.github.io/api-docs-source/
- type: APIReference
  url: https://power-trade.github.io/api-docs-source/rest_api.html
- type: GettingStarted
  url: https://support.power.trade/api/api-overview.md
- type: Authentication
  url: authentication/powertrade-authentication.yml
- type: GitHubOrganization
  url: https://github.com/Power-Trade
- type: Support
  url: https://support.power.trade/
- type: Pricing
  url: https://support.power.trade/how-to-use-powertrade/fees.md
- type: SignUp
  url: https://app.power.trade/
- type: TermsOfService
  url: https://support.power.trade/legal/legal-and-privacy-policies/terms-of-service.md
- type: PrivacyPolicy
  url: https://support.power.trade/legal/legal-and-privacy-policies/privacy-policy.md
- type: Security
  url: https://support.power.trade/legal/security/security-policy.md
- type: LLMsTxt
  url: llms/powertrade-llms.txt
- type: Packages
  url: packages/powertrade-packages.yml
- type: SDKs
  url: packages/powertrade-packages.yml
- type: Authentication
  url: authentication/powertrade-authentication.yml
- type: Conventions
  url: conventions/powertrade-conventions.yml
- type: ErrorCatalog
  url: errors/powertrade-problem-types.yml
- type: Conformance
  url: conformance/powertrade-conformance.yml
- type: Lifecycle
  url: lifecycle/powertrade-lifecycle.yml
- type: Sandbox
  url: sandbox/powertrade-sandbox.yml
- type: MCPServer
  url: mcp/powertrade-mcp.yml
- type: WellKnown
  url: well-known/powertrade-well-known.yml
- type: DomainSecurity
  url: security/powertrade-domain-security.yml
- type: VulnerabilityDisclosure
  url: security/powertrade-vulnerability-disclosure.yml