mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 10:54:28 +00:00
* add displayname * Commit from GitHub Actions (Publish APIs & Clients) Co-authored-by: domwong <domwong@users.noreply.github.com>
13 lines
215 B
JSON
13 lines
215 B
JSON
{
|
|
"name": "stock",
|
|
"icon": "📈",
|
|
"category": "money",
|
|
"pricing": {
|
|
"Stock.Price": 2000,
|
|
"Stock.Quote": 2000,
|
|
"Stock.History": 3500,
|
|
"Stock.OrderBook": 3500
|
|
},
|
|
"display_name": "Stock"
|
|
}
|