Coinbase · Capability
Coinbase Prime API — Orders
Coinbase Prime API — Orders. 5 operations. Lead operation: List portfolio orders. Self-contained Naftiko capability covering one Coinbase business surface.
What You Can Do
GET
Listportfolioorders
— List portfolio orders
/v1/portfolios/{portfolio-id}/orders
POST
Createorder
— Create order
/v1/portfolios/{portfolio-id}/orders
GET
Getorder
— Get order
/v1/portfolios/{portfolio-id}/orders/{order-id}
POST
Cancelorder
— Cancel order
/v1/portfolios/{portfolio-id}/orders/{order-id}/cancel
GET
Listorderfills
— List order fills
/v1/portfolios/{portfolio-id}/orders/{order-id}/fills
MCP Tools
list-portfolio-orders
List portfolio orders
read-only
idempotent
create-order
Create order
get-order
Get order
read-only
idempotent
cancel-order
Cancel order
list-order-fills
List order fills
read-only
idempotent