{"openapi":"3.1.0","info":{"title":"x402 Entity-ID Resolver","version":"1.0.0","description":"Name in, official IDs out. Give it a company or crypto name or ticker (\"Apple\", \"ETH\", \"Stripe\") and get the verified IDs that identify it everywhere: SEC CIK + ticker, GLEIF LEI, Wikidata QID, CoinGecko slug. Every ID is pulled live from the entity's own official registry and tagged with the sources that agreed — so you can check it yourself, not trust an LLM's guess. Ranked by confidence."},"servers":[{"url":"https://x402-entity-resolver-production.up.railway.app"}],"paths":{"/resolve":{"get":{"summary":"Resolve an ambiguous name or ticker into ranked entities with verified canonical IDs (SEC CIK + ticker, GLEIF LEI, Wikidata QID, CoinGecko slug).","description":"Name in, official IDs out. Give it a company or crypto name or ticker (\"Apple\", \"ETH\", \"Stripe\") and get the verified IDs that identify it everywhere: SEC CIK + ticker, GLEIF LEI, Wikidata QID, CoinGecko slug. Every ID is pulled live from the entity's own official registry and tagged with the sources that agreed — so you can check it yourself, not trust an LLM's guess. Ranked by confidence.","parameters":[{"in":"query","name":"q","required":true,"schema":{"type":"string"},"description":"Ambiguous entity name or ticker to resolve, e.g. Apple, ETH, Stripe."}],"x-payment-info":{"protocols":["x402"],"price":"0.005","currency":"USD"},"responses":{"200":{"description":"Ranked canonical-ID candidates."}}}}}}