POST /v1/mirrors/batch
Create up to 99 mirrors in a single request by providing an array of Mirror objects. Any addresses that are already mirrored will be skipped and not overwritten. The response may include a skipped array listing the addresses that were skipped because you were already mirroring them.
Authorizations
x-api-keystringRequired
Body
savebooleanOptionalExample:
Also saves the newly mirrored wallets 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/mirrors/batchLast updated
Was this helpful?