Available Exchanges
GET/crypto/exchanges
Get list of available cryptocurrency exchanges
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
- MOD1
]
items
object[]
required
id Id (string)required
Exchange identifier
name Name (string)required
Exchange name
year_established Year Established (integer)required
Exchange established year
country
object
required
Exchange country
anyOf
string
website Website (string)required
Exchange website URL
{
"items": [
{
"id": "string",
"name": "string",
"year_established": 0,
"country": "string",
"website": "string"
}
]
}
Loading...