GET
/
v0
/
oauth2
/
{exchange}
/
link
OAuth2 Link
curl --request GET \
  --url https://api-bluvo.com/v0/oauth2/{exchange}/link \
  --header 'x-bluvo-api-key: <api-key>' \
  --header 'x-bluvo-org-id: <api-key>' \
  --header 'x-bluvo-project-id: <api-key>'
{
  "success": true,
  "url": "https://api-bluvo.com/v0/oauth2/c/login?idem=123&orgId=456&projectId=789&walletId=001"
}

Authorizations

x-bluvo-api-key
string
header
required

Bluvo API Key

x-bluvo-org-id
string
header
required

Bluvo Organization ID

x-bluvo-project-id
string
header
required

Bluvo Project ID

Path Parameters

exchange
enum<string>
required

The identifier of the exchange to link (e.g. 'coinbase', 'kraken').

Available options:
coinbase,
kraken

Response

200 - application/json

Successful response

The response is of type object.