Terminate AMM Instruction
DELETE/v1/amm-instructions
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Terminates a specific AMM instruction, requires bearer token in authorization header.
Requires strict field ordering in the JSON request payload.
Ratelimited: True
Request
Responses
- 204
- 401
- 403
- 404
- 429
- 500
Status OK. This means an terminate AMM instruction command was successfully acknowledged. It does not necessarily mean the AMM instruction was terminated. To check the current status, query Get AMM Instruction by ID using the liquidityId received in the response payload.
Not Authenticated
Access Forbidden
Resource Not Found
Too Many Requests
Internal Server Error