SDK
Token
Get token DCA flow overview
Buy/sell flow overview for recurring orders involving this token. Results may be cached; may return 408 on timeout.
GET
SDK
Documentation Index
Fetch the complete documentation index at: https://docs.solanatracker.io/llms.txt
Use this file to discover all available pages before exploring further.
SDK Example
Authorizations
API Key for authentication
Path Parameters
Query Parameters
DCA program to query. Aliases: dex, platform. Default: jupiter. Use GET /dca/programs for supported ids.
Max results. Default 200, max 1000.
Required range:
1 <= x <= 1000Pagination 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 field. Alias: sortBy. Default: volume.
Available options:
volume, deposited, remaining, progress, recent, created, status Filter by order status. Default: all.
Available options:
active, paused, completed, pending, all