POST /v1/mirrors/batch

Add multiple mirrors with optional overrides.

post

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
savebooleanOptional

Also saves the newly mirrored wallets in your saved wallets. Defaults to false.

Example: false
Responses
200

Success

application/json
post
/v1/mirrors/batch

Last updated

Was this helpful?