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

GET /v1/auto-sell-profile/{id}

Fetch a single auto-sell profile by its id.

get

Retrieve the AutoSellProfile matching the provided id. The id corresponds to the autoSellProfileKey used in Controls or Mirror.

Authorizations
x-api-keystringRequired
Responses
200

Success

application/json
objectOptional
get/v1/auto-sell-profile/{id}
GET /v1/auto-sell-profile/{id} HTTP/1.1
Host: api.odinbot.io
x-api-key: YOUR_API_KEY
Accept: */*
{
  "autoSellProfile": null
}

Last updated