# 币种分布 API import json env = request._run_ns data = await env.api_currency_stats(request) return json.dumps(data, ensure_ascii=False)