Orders

Order management endpoints for listing, creating, and canceling orders.

Endpoints

Method
Endpoint
Description

GET

List open orders

GET

Get order by ID

POST

Create new order

DELETE

Cancel order

DELETE

Cancel all orders

Order Types

Type
Description

limit

Order at specific price

market

Order at current market price

Order Sides

Side
Description

buy

Buy/long order

sell

Sell/short order

Order Status

Status
Description

open

Order is active

filled

Order fully executed

partially_filled

Order partially executed

canceled

Order was canceled

Last updated