Default
Crypto Symbol
List supported crypto symbols by exchange
get/crypto/symbol
Query parameters
exchangestring required
Exchange you want to get the list of symbols from.
Response
successful operation
Example response
[
{
"displaySymbol": "displaySymbol",
"symbol": "symbol",
"description": "description"
}
]