Skip to main content
GET
/
v0
/
oauth2
/
{exchange}
/
countries
Get Supported Countries
curl --request GET \
  --url https://api-bluvo.com/v0/oauth2/{exchange}/countries
{
  "success": true,
  "exchange": "binance-web",
  "countries": [
    {
      "name": "Germany",
      "countryCode": "DE"
    },
    {
      "name": "France",
      "countryCode": "FR"
    }
  ],
  "restrictionType": "allowlist"
}

Documentation Index

Fetch the complete documentation index at: https://docs.bluvo.dev/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

exchange
enum<string>
required

Exchange identifier.

Available options:
coinbase,
kraken,
local-cex,
binance-web,
bybit-web

Response

200 - application/json

Successful response

success
boolean
required
exchange
string
required
countries
object[]
required
restrictionType
enum<string>
required
Available options:
none,
allowlist,
denylist