{
	"service": "CoinGecko Reverse Proxy with IBC",
	"version": "2.0.0",
	"endpoints": {
		"health": "/health",
		"coingecko": {
			"ping": "/api/v3/ping",
			"price": "/api/v3/simple/price?ids=bitcoin&vs_currencies=usd",
			"price_with_change": "/api/v3/simple/price?ids=bitcoin&vs_currencies=usd&include_24hr_change=true",
			"coin_details": "/api/v3/coins/bitcoin",
			"all": "/api/v3/*"
		},
		"ibc": {
			"chains": "/ibc/chains",
			"chain_paths": "/ibc/chains/<chainId>/paths?has_direct=<true|false>&has_relay=<true|false>",
			"routes": "/ibc/routes?from=<chain>&to=<chain>",
			"tokens": "/ibc/tokens?chainId=<id>",
			"resolve": "/ibc/tokens/resolve?chainId=<id>&denom=<denom>",
			"path_finder": "/ibc/path-finder?from=<chain-id>&to=<chain-id>&all=<true|false>",
			"transfer_guide": "/ibc/transfer-guide?from=<chain-id>&to=<chain-id>&denom=<denom>&amount=<amount>&recipient=<address>"
		},
		"staking": {
			"apr_all": "/staking/apr",
			"apr_by_chain": "/staking/apr/<chainId>"
		}
	},
	"cache": {
		"enabled": true,
		"ttl_seconds": 60,
		"persist_enabled": true
	},
	"chain_registry": {
		"base_url": "https://raw.githubusercontent.com/cosmos/chain-registry/master",
		"update_interval_minutes": 30
	}
}