We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda4fea commit 88fbe6fCopy full SHA for 88fbe6f
src/web/routes/symbols.rs
@@ -17,8 +17,8 @@ pub async fn get_symbols(
17
let symbol_data = json!({
18
"symbol": config.symbol,
19
"ticker": config.symbol,
20
- "name": "Ethereum / USDC",
21
- "description": "ETH to USDC",
+ "name": config.symbol,
+ "description": config.symbol,
22
"type_": "stock",
23
"exchange": "ETH USDC",
24
"timezone": "America/New_York",
0 commit comments