POST
/
v2
/
sol
/
limitorder
/
delete
Cancel Solana Limit Order
curl --request POST \
  --url http://localhost:2400/v2/sol/limitorder/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "orderCode": "<string>"
}'
{
  "success": true,
  "message": "Delete request sent."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json

Successfully submitted cancellation request.

The response is of type object.