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

POST /v1/mirrors/batch

Add multiple mirrors with optional overrides.

post

Create many 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
messagestringOptional
skippedstring[]Optional
post/v1/mirrors/batch

Last updated