Skip to main content
DELETE
/
v1
/
strategies
/
cancel
/
by-tokens
/
{first}
/
{second}
Cancel all strategy orders by given token pair. For internal usage only.
curl --request DELETE \
  --url https://backend.swap.coffee/v1/strategies/cancel/by-tokens/{first}/{second} \
  --header 'X-Api-Key: <api-key>'
{
  "error": "<string>"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

first
string
required
Example:

"native"

second
string
required
Example:

"native"

Query Parameters

type
enum<string>
Available options:
limit,
dca,
vca

Response

ok