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

DELETE /v1/mirror/{address}

Remove a mirror from your mirror list.

delete

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
x-api-keystringRequired
Responses
200

Success

application/json
messagestringOptional

Message

Example: Success
delete/v1/mirror/{address}

Last updated