mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 10:54:28 +00:00
12 lines
193 B
JSON
12 lines
193 B
JSON
{
|
|
"name": "stock",
|
|
"icon": "📈",
|
|
"category": "finance",
|
|
"pricing": {
|
|
"Stock.Quote": 2000,
|
|
"Stock.History": 5000,
|
|
"Stock.OrderBook": 5000
|
|
},
|
|
"display_name": "Stocks"
|
|
}
|