POST /v1/mirror
Create a mirror for the specified wallet by providing its address and any overrides. If the wallet is already being mirrored, the request will succeed but no changes will be made.
Authorizations
x-api-keystringRequired
Body
savebooleanOptionalExample:
Also saves this mirror in your saved wallets. Defaults to false.
falseResponses
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
post
/v1/mirrorLast updated
Was this helpful?