GET /v1/mirrors
Fetch every wallet you are currently mirroring along with any per-mirror overrides. Use this endpoint to view your active mirrors. The response returns a mirrors array of Mirror objects (each includes the mirror's address plus any overridden Controls fields).
Authorizations
x-api-keystringRequired
Responses
200
Success
application/json
401
Unauthorized. Make sure you're using the right api key.
application/json
429
Too many requests
application/json
get
/v1/mirrorsLast updated
Was this helpful?