Skip to Content
Welcome to Level2 Help Center
APIAPI Definitions

API Definitions

Platfomr is committed to empowering you with the tools necessary to provide seamless and independent support to your users. To facilitate this, we offer a suite of basic APIs by default, eliminating the need to rely on the Level2 team for routine actions.

API Documentation

The table below summarizes our REST APIs, categorized by functionality. These endpoints allow for deep integration with your internal support dashboards and automated workflows.


Available APIs

Account Management

These APIs handle user-level administrative tasks and security.

API NameTypeCategoryDescription
Reset user’s passwordRESTAccountInitiates a password reset flow for a specific user.
Update user’s email/phoneRESTAccountModifies contact credentials for account notifications.
Update account statusRESTAccountToggle between Activate or Deactivate for user access.

Trading & Strategy Operations

These APIs allow you to monitor, manage, and modify trading activity and strategy lifecycle.

API NameTypeCategoryDescription
List all strategiesRESTTradingRetrieves a comprehensive list of a user’s strategies.
Update strategy (Delete)RESTTradingAllows for the administrative removal of a specific strategy.
List all deploymentsRESTTradingView all Active or Inactive deployments for a user.
List all tradesRESTTradingRetrieves historical and current trade data from deployments.
Update a deploymentRESTTradingModify parameters or state of a live deployment.
Update a tradeRESTTradingManually adjust trade metadata (closed/taken at, strike, result).
Publish/Unpublish StrategyRESTTradingManage strategy visibility in the Level2 Marketplace.
List/Delete ScannersRESTTradingManage the custom scanners created by a user.

Performance & Execution Analytics

Use these endpoints to troubleshoot execution quality and strategy efficiency.

API NameTypeCategoryDescription
Get LatencyRESTTradingRetrieve real-time or historical execution latency data.
Get SlippageRESTTradingRetrieve price impact data for a user’s orders.
Get Strategy PerformanceRESTTradingAccess high-level metrics (Win Rate, PnL, Drawdown).

Implementation Notes

  • Authentication: All REST APIs require a valid Bearer Token passed in the header.
  • Rate Limiting: Standard rate limits apply to prevent abuse. Please refer to the specific documentation for threshold details.
  • Response Format: All responses are returned in standard JSON format.
Last updated on