Skip to main content
GET
/
v0
/
oauth2
/
exchanges
List Exchanges
curl --request GET \
  --url https://api-bluvo.com/v0/oauth2/exchanges
{
  "success": true,
  "exchanges": [
    {
      "id": "coinbase",
      "name": "Coinbase",
      "logoUrl": "https://www.coinbase.com/favicon.ico",
      "status": "live"
    },
    {
      "id": "gemini",
      "name": "Gemini",
      "logoUrl": "https://www.gemini.com/favicon.ico",
      "status": "maintenance"
    },
    {
      "id": "kraken",
      "name": "Kraken",
      "logoUrl": "https://www.kraken.com/favicon.ico",
      "status": "live"
    },
    {
      "id": "revolut",
      "name": "Revolut",
      "logoUrl": "https://www.revolut.com/favicon.ico",
      "status": "live"
    },
    {
      "id": "okx",
      "name": "OKX",
      "logoUrl": "https://www.okx.com/favicon.ico",
      "status": "live"
    },
    {
      "id": "bitmart",
      "name": "BitMart",
      "logoUrl": "https://www.bitmart.com/favicon.ico",
      "status": "offline"
    },
    {
      "id": "kucoin",
      "name": "KuCoin",
      "logoUrl": "https://www.kucoin.com/favicon.ico",
      "status": "live"
    }
  ]
}

Response

200 - application/json

Successful response

success
boolean
required
exchanges
object[]
required
I