GET /v1/auto-sell-profiles
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
401
Unauthorized. Make sure you're using the right api key.
application/json
429
Too many requests
application/json
get
/v1/auto-sell-profilesLast updated
Was this helpful?