{"ok":true,"schema_version":1,"data":{"agent_readiness":{"blocker_level":"missing-data","blockers":[{"code":"missing-schema","field":"schemas","message":"At least one callable service exists, but no captured schema artifact is available.","next_action":"Capture an official OpenAPI/Swagger/JSON Schema source or document that no schema exists.","severity":"missing-data"},{"code":"missing-docs","field":"docs_url","message":"No public documentation link is recorded.","next_action":"Add an official docs URL or document that no public docs exist.","severity":"missing-data"}],"missing_fields":["docs_url","schemas"],"status":"callable"},"categories":["baseline-augmented","baseline-curated","defi","official-api","official-source-repo","official-website"],"completeness_score":78,"contract_version":"2026-07-03.2","example_count":0,"examples":[],"generated_at":"2026-07-27T10:51:25.049Z","integration_readiness":83,"name":"Liquidity","netuid":77,"readiness":{"components":{"active_lifecycle":true,"auth_clarity":true,"callable_now":true,"documented":false,"has_callable_api":true,"has_candidate_api":true,"has_public_docs":false,"has_source_repo":true,"profile_complete":true},"readiness_tier":"buildable","readiness_version":2,"score":83,"readiness_verified":true},"schema_version":1,"service_count":7,"services":[{"auth":null,"auth_required":false,"auth_schemes":[],"authority":"community","base_url":"https://77.creativebuilds.io/allAddresses","capability":"SN77 linked addresses","description":"Public no-auth GET /allAddresses on 77.creativebuilds.io returning the SS58-to-Ethereum address links for token holders. Documented in validator/api-server-docs.json, the subnet's own live-served API reference.","eligibility":{"callable":true,"reasons":["not-bittensor-base-layer"],"live_status":"ok"},"fixture":{"artifact_path":"/metagraph/fixtures/sn-77-liquidity-all-addresses.json","captured_at":"2026-07-27T10:51:25.372Z","request":{"method":"GET","url":"https://77.creativebuilds.io/allAddresses"},"response":{"content_type":"application/json","status":200}},"fixture_status":{"artifact_path":"/metagraph/fixtures/sn-77-liquidity-all-addresses.json","captured_at":"2026-07-27T10:51:25.372Z","reason":null,"status":"available"},"health":{"status":"ok","classification":"live","latency_ms":262,"last_ok":"2026-07-27T23:00:18.289Z","last_checked":"2026-07-27T23:00:18.289Z","stale":false,"observed_by":"live-cron-prober"},"kind":"data-artifact","provider":"liquidity","schema_artifact":null,"schema_source":null,"schema_status":null,"schema_url":null,"snippets":{"curl":"curl -sS 'https://77.creativebuilds.io/allAddresses'","python":"import requests\n\nresp = requests.get(\"https://77.creativebuilds.io/allAddresses\")\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://77.creativebuilds.io/allAddresses\");\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-77-liquidity-all-addresses"},{"auth":null,"auth_required":false,"auth_schemes":[],"authority":"community","base_url":"https://77.creativebuilds.io/allHolders","capability":"SN77 token holders","description":"Public no-auth GET /allHolders on 77.creativebuilds.io returning all token holders read directly from the Bittensor chain (address, alphaBalanceRaw, taoBalanceRaw, subnetRank). Documented in validator/api-server-docs.json, the subnet's own live-served API reference.","eligibility":{"callable":true,"reasons":["not-bittensor-base-layer"],"live_status":"ok"},"fixture":{"artifact_path":"/metagraph/fixtures/sn-77-liquidity-all-holders.json","captured_at":"2026-07-27T10:51:25.372Z","request":{"method":"GET","url":"https://77.creativebuilds.io/allHolders"},"response":{"content_type":"application/json","status":200}},"fixture_status":{"artifact_path":"/metagraph/fixtures/sn-77-liquidity-all-holders.json","captured_at":"2026-07-27T10:51:25.372Z","reason":null,"status":"available"},"health":{"status":"ok","classification":"live","latency_ms":119,"last_ok":"2026-07-27T23:00:18.289Z","last_checked":"2026-07-27T23:00:18.289Z","stale":false,"observed_by":"live-cron-prober"},"kind":"data-artifact","provider":"liquidity","schema_artifact":null,"schema_source":null,"schema_status":null,"schema_url":null,"snippets":{"curl":"curl -sS 'https://77.creativebuilds.io/allHolders'","python":"import requests\n\nresp = requests.get(\"https://77.creativebuilds.io/allHolders\")\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://77.creativebuilds.io/allHolders\");\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-77-liquidity-all-holders"},{"auth":null,"auth_required":false,"auth_schemes":[],"authority":"community","base_url":"https://77.creativebuilds.io/allMiners","capability":"SN77 all miners","description":"Public no-auth GET /allMiners on 77.creativebuilds.io returning all miners on the subnet with their linked Ethereum addresses (hotkeyAddress, ethereumAddress). Documented in validator/api-server-docs.json, the subnet's own live-served API reference.","eligibility":{"callable":true,"reasons":["not-bittensor-base-layer"],"live_status":"ok"},"fixture":{"artifact_path":"/metagraph/fixtures/sn-77-liquidity-all-miners.json","captured_at":"2026-07-27T10:51:25.372Z","request":{"method":"GET","url":"https://77.creativebuilds.io/allMiners"},"response":{"content_type":"application/json","status":200}},"fixture_status":{"artifact_path":"/metagraph/fixtures/sn-77-liquidity-all-miners.json","captured_at":"2026-07-27T10:51:25.372Z","reason":null,"status":"available"},"health":{"status":"ok","classification":"live","latency_ms":158,"last_ok":"2026-07-27T23:00:18.289Z","last_checked":"2026-07-27T23:00:18.289Z","stale":false,"observed_by":"live-cron-prober"},"kind":"data-artifact","provider":"liquidity","schema_artifact":null,"schema_source":null,"schema_status":null,"schema_url":null,"snippets":{"curl":"curl -sS 'https://77.creativebuilds.io/allMiners'","python":"import requests\n\nresp = requests.get(\"https://77.creativebuilds.io/allMiners\")\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://77.creativebuilds.io/allMiners\");\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-77-liquidity-all-miners"},{"auth":null,"auth_required":false,"auth_schemes":[],"authority":"community","base_url":"https://77.creativebuilds.io/allVotes","capability":"SN77 all user votes","description":"Public no-auth GET /allVotes on 77.creativebuilds.io returning all stored voter records (ss58Address, pool weights, total_weight, block_number, alphaBalance). Documented in validator/api-server-docs.json, the subnet's own live-served API reference, on the same host as the existing pools/weights surfaces.","eligibility":{"callable":true,"reasons":["not-bittensor-base-layer"],"live_status":"ok"},"fixture":{"artifact_path":"/metagraph/fixtures/sn-77-liquidity-all-votes.json","captured_at":"2026-07-27T10:51:25.372Z","request":{"method":"GET","url":"https://77.creativebuilds.io/allVotes"},"response":{"content_type":"application/json","status":200}},"fixture_status":{"artifact_path":"/metagraph/fixtures/sn-77-liquidity-all-votes.json","captured_at":"2026-07-27T10:51:25.372Z","reason":null,"status":"available"},"health":{"status":"ok","classification":"live","latency_ms":150,"last_ok":"2026-07-27T23:00:18.289Z","last_checked":"2026-07-27T23:00:18.289Z","stale":false,"observed_by":"live-cron-prober"},"kind":"data-artifact","provider":"liquidity","schema_artifact":null,"schema_source":null,"schema_status":null,"schema_url":null,"snippets":{"curl":"curl -sS 'https://77.creativebuilds.io/allVotes'","python":"import requests\n\nresp = requests.get(\"https://77.creativebuilds.io/allVotes\")\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://77.creativebuilds.io/allVotes\");\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-77-liquidity-all-votes"},{"auth":null,"auth_required":false,"auth_schemes":[],"authority":"community","base_url":"https://77.creativebuilds.io/positions","capability":"SN77 all liquidity positions","description":"Public no-auth GET /positions on 77.creativebuilds.io returning all active Uniswap v3 liquidity positions for all miners with a linked Ethereum address. Documented in validator/api-server-docs.json, the subnet's own live-served API reference; complements the existing pools surface.","eligibility":{"callable":true,"reasons":["not-bittensor-base-layer"],"live_status":"ok"},"fixture":{"artifact_path":"/metagraph/fixtures/sn-77-liquidity-positions.json","captured_at":"2026-07-27T10:51:25.372Z","request":{"method":"GET","url":"https://77.creativebuilds.io/positions"},"response":{"content_type":"application/json","status":200}},"fixture_status":{"artifact_path":"/metagraph/fixtures/sn-77-liquidity-positions.json","captured_at":"2026-07-27T10:51:25.372Z","reason":null,"status":"available"},"health":{"status":"ok","classification":"live","latency_ms":103,"last_ok":"2026-07-27T23:00:18.289Z","last_checked":"2026-07-27T23:00:18.289Z","stale":false,"observed_by":"live-cron-prober"},"kind":"data-artifact","provider":"liquidity","schema_artifact":null,"schema_source":null,"schema_status":null,"schema_url":null,"snippets":{"curl":"curl -sS 'https://77.creativebuilds.io/positions'","python":"import requests\n\nresp = requests.get(\"https://77.creativebuilds.io/positions\")\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://77.creativebuilds.io/positions\");\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-77-liquidity-positions"},{"auth":null,"auth_required":false,"auth_schemes":[],"authority":"community","base_url":"https://77.creativebuilds.io/pools","capability":"Liquidity API","description":"Public no-auth REST API for SN77 Liquidity (77.creativebuilds.io) exposing Uniswap V3 pool voting, positions, weights, miners, and holders; the /pools endpoint returns JSON with no authentication. Documented in the official creativebuilds/sn77 README.","eligibility":{"callable":true,"reasons":["not-bittensor-base-layer"],"live_status":"ok"},"fixture":{"artifact_path":"/metagraph/fixtures/sn-77-liquidity-subnet-api.json","captured_at":"2026-07-27T10:51:25.372Z","request":{"method":"GET","url":"https://77.creativebuilds.io/pools"},"response":{"content_type":"application/json","status":200}},"fixture_status":{"artifact_path":"/metagraph/fixtures/sn-77-liquidity-subnet-api.json","captured_at":"2026-07-27T10:51:25.372Z","reason":null,"status":"available"},"health":{"status":"ok","classification":"live","latency_ms":122,"last_ok":"2026-07-27T23:00:18.289Z","last_checked":"2026-07-27T23:00:18.289Z","stale":false,"observed_by":"live-cron-prober"},"kind":"subnet-api","provider":"liquidity","schema_artifact":null,"schema_source":null,"schema_status":null,"schema_url":null,"snippets":{"curl":"curl -sS 'https://77.creativebuilds.io/pools'","python":"import requests\n\nresp = requests.get(\"https://77.creativebuilds.io/pools\")\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://77.creativebuilds.io/pools\");\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-77-liquidity-subnet-api"},{"auth":null,"auth_required":false,"auth_schemes":[],"authority":"community","base_url":"https://77.creativebuilds.io/weights","capability":"SN77 final miner weights","description":"Public no-auth GET /weights on 77.creativebuilds.io returning the subnet's final calculated per-miner weights as a JSON map of hotkey SS58 address to weight value (observed live: {success, weights:{<ss58>:<number>, ...250+ miners}, cached}). Documented as GET /weights in the official creativebuilds/sn77 README; same 77.creativebuilds.io host as the existing /pools surface.","eligibility":{"callable":true,"reasons":["not-bittensor-base-layer"],"live_status":"degraded"},"fixture":{"artifact_path":"/metagraph/fixtures/sn-77-liquidity-weights.json","captured_at":"2026-07-27T10:51:25.372Z","request":{"method":"GET","url":"https://77.creativebuilds.io/weights"},"response":{"content_type":"application/json","status":200}},"fixture_status":{"artifact_path":"/metagraph/fixtures/sn-77-liquidity-weights.json","captured_at":"2026-07-27T10:51:25.372Z","reason":null,"status":"available"},"health":{"status":"degraded","classification":"transient","latency_ms":null,"last_ok":"2026-07-27T21:45:19.530Z","last_checked":"2026-07-27T23:00:18.289Z","stale":false,"observed_by":"live-cron-prober"},"kind":"data-artifact","provider":"liquidity","schema_artifact":null,"schema_source":null,"schema_status":null,"schema_url":null,"snippets":{"curl":"curl -sS 'https://77.creativebuilds.io/weights'","python":"import requests\n\nresp = requests.get(\"https://77.creativebuilds.io/weights\")\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://77.creativebuilds.io/weights\");\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-77-liquidity-weights"}],"slug":"sn-77","subnet_type":"application","operational_observed_at":"2026-07-27T23:00:18.289Z","health_source":"live-cron-prober"},"meta":{"artifact_path":"/metagraph/agent-catalog/77.json","cache":"standard","contract_version":"2026-07-03.2","generated_at":"2026-07-27T10:51:25.049Z","published_at":"2026-07-27T10:51:25.049Z","source":"live-cron-prober","operational_observed_at":"2026-07-27T23:00:18.289Z"}}