跳转到主要内容
GET
SDK

SDK Example

授权

x-api-key
string
header
必填

API Key for authentication

路径参数

mint
string
必填

查询参数

program
string
默认值:jupiter

DCA program to query. Aliases: dex, platform. Default: jupiter. Use GET /dca/programs for supported ids.

limit
integer
默认值:200

Max results. Default 200, max 1000.

必填范围: 1 <= x <= 1000
cursor
string

Pagination cursor — last order address from the previous page. Must be used with the same sort, status, and program. Invalid cursor returns 400 INVALID_CURSOR.

sort
enum<string>
默认值:volume

Sort field. Alias: sortBy. Default: volume.

可用选项:
volume,
deposited,
remaining,
progress,
recent,
created,
status
status
enum<string>
默认值:all

Filter by order status. Default: all.

可用选项:
active,
paused,
completed,
pending,
all

响应

Successful response

mint
string
orders
object[]
pagination
object