Skip to main content
GET
/
v0
/
oauth2
/
{exchange}
/
url
Get URL
curl --request GET \
  --url https://api-bluvo.com/v0/oauth2/{exchange}/url \
  --header 'x-bluvo-org-id: <api-key>' \
  --header 'x-bluvo-ott-action-id: <api-key>' \
  --header 'x-bluvo-project-id: <api-key>' \
  --header 'x-bluvo-wallet-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-org-id
string
header
required

Bluvo Organization ID

x-bluvo-project-id
string
header
required

Bluvo Project ID

x-bluvo-wallet-id
string
header
required

Bluvo Wallet ID

x-bluvo-ott-action-id
string
header
required

Idempotency key to identify requests made with a one-time token (OTT).

Path Parameters

exchange
enum<string>
required

Exchange identifier.

Available options:
coinbase,
kraken

Query Parameters

idem
string
required

Idempotency key.

Response

200 - application/json

Successful response

url
string
required
success
boolean
required
I