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
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
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?