add crypto/symbols refdata endpoint (#392)

This commit is contained in:
Dominic Wong
2022-02-28 17:50:26 +00:00
committed by GitHub
parent ee0746bac6
commit 3be782ebce
6 changed files with 349 additions and 47 deletions

View File

@@ -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"
}
]
}
}
]
}