Also known as: prop firm api, rest trading api, account api
A documented programmatic interface (usually REST) that lets software read an account and place or manage trades without the human UI.
How it works
You authenticate with a token, then call endpoints like GET /account or POST /trade/open. An OpenAPI spec describes every endpoint so tools (Postman, Cursor, an LLM) can use it automatically.
At WICK FUNDED
WICK FUNDED has a public, documented first-party REST API (OpenAPI 3.1 at /api/v1/openapi). Read account/positions/journal/candles and open/close/modify/cancel trades with a Bearer token. See /api.