For the complete documentation index, see llms.txt. This page is also available as Markdown.

GET /v1/auto-sell-profiles

List all auto-sell profiles for your account.

get

Retrieve every auto-sell profile you have configured in the OdinBot interface. Supports optional cursor-based pagination: if the response includes a cursor value, pass it as a cursor query parameter in your next request to fetch the following batch.

Authorizations
x-api-keystringRequired
Query parameters
cursorstringOptional
Responses
200

Success

application/json
autoSellProfilesAutoSellProfile[]Required
cursorstringOptional
get/v1/auto-sell-profiles

Last updated