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