{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/deribit/json-schema/currency.json", "title": "Currency", "enum": [ "BTC", "ETH", "USDC", "USDT", "EURR" ], "type": "string", "description": "Currency, i.e `\"BTC\"`, `\"ETH\"`, `\"USDC\"`" }