This endpoint allows a charon client or launchpad interface to fetch a specific number of cluster definitions which the address is part of for each page.
/v1/definition/operator/{address}
The operator address
curl -L \ --url 'https://api.obol.tech//v1/definition/operator/{address}?page=1&limit=1'
{ "total_count": 2, "total_pages": 3, "cluster_definitions": [ { "name": "My Obol Cluster", "uuid": "0194FDC2-FA2F-FCC0-41D3-FF12045B73C8", "creator": {}, "version": "v1.8.0", "num_validators": 5, "threshold": 3, "dkg_algorithm": "default", "fork_version": "0x00001020", "config_hash": "0x2204ba6c238ed2d6a8ff951d4513db993c8d6f8860468391342649bf735a87d7", "timestamp": "2022-07-19T18:19:58+02:00", "definition_hash": "0xb656f5a4a5537b5817d6bcf735d043f17f5aff568b1a7ec9102a9f687bd4510c", "fee_recipient_address": "0x000000000000000000000000000000000000dead", "withdrawal_address": "0x000000000000000000000000000000000000dead", "consensus_protocol": "qbft", "target_gas_limit": 36000000, "compounding": true, "validators": [ {} ], "deposit_amounts": [ "8000000000", "16000000000", "8000000000" ], "operators": [ {} ] } ] }