Backpack · Capability
Backpack Exchange — Order
Backpack Exchange API — Order. 8 operations. Self-contained Naftiko capability covering one Backpack business surface.
Backpack Exchange — Order is a Naftiko capability published by Backpack, one of 12 capabilities the APIs.io network indexes for this provider. It bundles 8 operations across the GET, POST, and DELETE methods.
The capability includes 4 read-only operations and 4 state-changing operations. Lead operation: Get open order. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Backpack, Exchange, and Order.
What You Can Do
GET
Get order
— Get open order.
/api/v1/order
POST
Execute order
— Execute order.
/api/v1/order
DELETE
Cancel order
— Cancel open order.
/api/v1/order
POST
Execute order batch
— Execute orders.
/api/v1/orders
GET
Get open orders
— Get open orders.
/api/v1/orders
DELETE
Cancel open orders
— Cancel open orders.
/api/v1/orders
GET
Get fills
— Get fill history.
/wapi/v1/history/fills
GET
Get order history
— Get order history.
/wapi/v1/history/orders
MCP Tools
backpack-get-order
Get open order.
read-only
idempotent
backpack-execute-order
Execute order.
backpack-cancel-order
Cancel open order.
idempotent
backpack-execute-order-batch
Execute orders.
backpack-get-open-orders
Get open orders.
read-only
idempotent
backpack-cancel-open-orders
Cancel open orders.
idempotent
backpack-get-fills
Get fill history.
read-only
idempotent
backpack-get-order-history
Get order history.
read-only
idempotent