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
Responses
200

Success

application/json
get
GET /v1/auto-sell-profiles HTTP/1.1
Host: api.odinbot.io
x-api-key: YOUR_API_KEY
Accept: */*
{
  "autoSellProfiles": [],
  "cursor": "text"
}

Last updated

Was this helpful?