DELETE /v1/mirror/{address}
Stop copy-trading the specified wallet by removing it from your mirror list. Provide the wallet's address
as a path parameter. If you are not mirroring this address, the request still succeeds without making any changes.
Authorizations
Responses
200
Success
application/json
400
Bad request. Check to make sure you're passing the right parameters.
application/json
401
Unauthorized. Make sure you're using the right api key.
application/json
429
Too many requests
application/json
delete
DELETE /v1/mirror/{address} HTTP/1.1
Host: api.odinbot.io
x-api-key: YOUR_API_KEY
Accept: */*
{
"message": "Success"
}
Last updated
Was this helpful?