API ReferenceMetadata
AVS identity metadata
Returns the AVS identity document in the exact shape the EigenLayer indexer expects (the URL registered via updateAVSMetadataURI). Public; no authentication required.
Response Body
application/json
curl -X GET "https://example.com/avs-metadata"{ "name": "string", "website": "http://example.com", "description": "string", "logo": "http://example.com", "twitter": "string", "operatorSets": [ { "name": "string", "id": "string", "description": "string", "software": [ { "name": "string", "description": "string", "url": "http://example.com" } ], "slashingConditions": [ "string" ] } ]}