How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Coinbase Orders API

Create, cancel, and manage trading orders including market, limit, and stop-limit order types.

Coinbase Orders API is one of 29 APIs that Coinbase publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Order. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an AsyncAPI specification.

This API exposes 14 operations across 10 paths, and defines 10 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 3 base URLs: https://api.coinbase.com/api/v3/brokerage, https://api.exchange.coinbase.com, https://api.prime.coinbase.com/v1.

14 operations 10 paths 10 schemas 2 DELETE7 GET5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://api.coinbase.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Coinbase Orders API declares 1 security scheme for authenticating requests. An API key is passed in the header as CB-ACCESS-KEY (apiKeyAuth). By default, every request must be authenticated.

  • apiKeyAuth — Coinbase API key authentication using HMAC SHA-256 signatures. Requires CB-ACCESS-KEY, CB-ACCESS-SIGN, and CB-ACCESS-TIMESTAMP headers.

Paths & Operations 14

Across 10 paths, the API surfaces 14 operations — 2 DELETE, 7 GET, 5 POST. Each is listed below with its method, path, parameters, and response codes.

Orders 14

Create, cancel, and manage trading orders including market, limit, and stop-limit order types.

GET
/orders
List orders
listOrders 8 params → 200401
POST
/orders
Create order
createOrder body → 200400401
DELETE
/orders
Cancel all orders
cancelAllOrders 1 param → 200
GET
/orders/{order_id}
Get order
getOrder 1 param → 200401404
DELETE
/orders/{order_id}
Cancel order
cancelOrder 1 param → 200
POST
/orders/batch_cancel
Cancel orders
cancelOrders body → 200401
POST
/orders/{order_id}/edit
Edit order
editOrder 1 param body → 200400401404
GET
/orders/historical/fills
List fills
listFills 6 params → 200401
GET
/fills
List fills
listFills 5 params → 200
GET
/portfolios/{portfolio_id}/orders
List portfolio orders
listPortfolioOrders 9 params → 200
POST
/portfolios/{portfolio_id}/orders
Create order
createOrder 1 param body → 200400
GET
/portfolios/{portfolio_id}/orders/{order_id}
Get order
getOrder 2 params → 200404
POST
/portfolios/{portfolio_id}/orders/{order_id}/cancel
Cancel order
cancelOrder 2 params → 200
GET
/portfolios/{portfolio_id}/orders/{order_id}/fills
List order fills
listOrderFills 4 params → 200

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are Order_3 (15 properties), Order (15 properties), Order_2 (15 properties), CreateOrderRequest_3 (10 properties). Each schema is shown below with its type and property counts.

Order
object
A trading order
15 properties
Fill
object
A completed trade fill
10 properties
CreateOrderRequest
object
Request body for creating a new order
4 properties 4 required
Order_2
object
A trading order on the exchange
15 properties
Fill_2
object
A fill representing a completed trade
10 properties
CreateOrderRequest_2
object
Request body for placing a new order
10 properties 3 required
Order_3
object
A trading order within a portfolio
15 properties
Fill_3
object
An order fill
10 properties
CreateOrderRequest_3
object
Request body for creating a new order
10 properties 4 required
Pagination
object
Pagination information for list responses
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

coinbase-orders-api-openapi.yml Raw ↑

Other APIs Coinbase publishes across the network.

Coinbase Wallet SDK
Coinbase Data API
Coinbase AgentKit
Coinbase Accounts API
Coinbase Activities API
Coinbase Address Book API
Coinbase Allocations API
Coinbase Assets API
Coinbase Balances API
Coinbase Buy API
Coinbase Charges API
Coinbase Checkouts API
Where this information came from

This is an independent, third-party profile of Coinbase Orders API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.