Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Capital.com Public API Working Orders API

Operations for managing limit and stop working orders.

Capital.com Public API Working Orders API is one of 8 APIs that Capital.com Public API publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Working Orders. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 4 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version v1.

Requests are made against 2 base URLs: https://api-capital.backend-capital.com, https://demo-api-capital.backend-capital.com.

4 operations 2 paths 1 schemas 1 DELETE1 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v1
Servers
https://api-capital.backend-capital.com
https://demo-api-capital.backend-capital.com
Authentication
API Key, API Key, API Key
Resource Areas
1

Authentication & Security 3

Capital.com Public API Working Orders API declares 3 security schemes for authenticating requests. An API key is passed in the header as X-CAP-API-KEY (apiKey). An API key is passed in the header as CST (sessionToken). An API key is passed in the header as X-SECURITY-TOKEN (securityToken). By default, every request must be authenticated.

  • apiKey — Capital.com API key required for all calls.
  • sessionToken — Client session token returned after creating a session.
  • securityToken — Security token returned after creating a session.

Paths & Operations 4

Across 2 paths, the API surfaces 4 operations — 1 DELETE, 1 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Working Orders 4

Operations for managing limit and stop working orders.

GET
/api/v1/workingorders
List Working Orders
listWorkingOrders → 200
POST
/api/v1/workingorders
Create Working Order
createWorkingOrder body → 200
PUT
/api/v1/workingorders/{dealId}
Update Working Order
updateWorkingOrder 1 param body → 200
DELETE
/api/v1/workingorders/{dealId}
Delete Working Order
deleteWorkingOrder 1 param → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. Each schema is shown below with its type and property counts.

GenericObject
object
Generic JSON object response.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

capital-com-public-api-working-orders-api-openapi.yml Raw ↑

Other APIs Capital.com Public API publishes across the network.

Capital.com WebSocket API
Capital.com Public API Accounts API
Capital.com Public API General API
Capital.com Public API History API
Capital.com Public API Markets API
Capital.com Public API Positions API
Capital.com Public API Session API