mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
add crypto/symbols refdata endpoint (#392)
This commit is contained in:
@@ -72,5 +72,29 @@
|
||||
"date": "2021-06-20"
|
||||
}
|
||||
}
|
||||
],
|
||||
"symbols": [
|
||||
{
|
||||
"title": "Get list of all supported symbols",
|
||||
"description": "Returns the full list of supported crypto symbols",
|
||||
"request": {
|
||||
},
|
||||
"response": {
|
||||
"symbols": [
|
||||
{
|
||||
"symbol": "BTCUSD",
|
||||
"name": "Bitcoin - United States Dollar"
|
||||
},
|
||||
{
|
||||
"symbol": "DOGEEUR",
|
||||
"name": "Dogecoin - Euro"
|
||||
},
|
||||
{
|
||||
"symbol": "ETHBTC",
|
||||
"name": "Ethereum - Bitcoin"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user