{"openapi":"3.0.0","info":{"title":"Crypto Price Signals & Wallet Tools API","version":"1.0.0","description":"Price signals with RSI and trend analysis for top 10 cryptos. Wallet address validation, network detection, crypto calendar events and DEX volume data. Built for AI agents."},"servers":[{"url":"https://crypto-price-signals-api.vercel.app"}],"paths":{"/price/{symbol}":{"get":{"summary":"Get price signal for asset","responses":{"200":{"description":"Price signal"}}}},"/price/all":{"get":{"summary":"All price signals","responses":{"200":{"description":"All signals"}}}},"/wallet/validate/eth":{"get":{"summary":"Validate Ethereum address","responses":{"200":{"description":"Validation"}}}},"/wallet/validate/btc":{"get":{"summary":"Validate Bitcoin address","responses":{"200":{"description":"Validation"}}}},"/wallet/detect-network":{"get":{"summary":"Detect wallet network","responses":{"200":{"description":"Network"}}}},"/calendar/events":{"get":{"summary":"Upcoming crypto events","responses":{"200":{"description":"Events"}}}},"/dex/volume":{"get":{"summary":"DEX volume overview","responses":{"200":{"description":"Volume"}}}},"/dex/protocols":{"get":{"summary":"DEX protocols ranked","responses":{"200":{"description":"Protocols"}}}},"/openapi":{"get":{"summary":"OpenAPI spec","responses":{"200":{"description":"Spec"}}}}}}