Skip to main content
Create KYC Link
curl --request POST \
  --url https://synthesis.trade/api/v1/wallet/sol/{wallet_id}/kyc \
  --header 'X-API-KEY: <api-key>'
{
  "success": true,
  "response": "https://dflow.net/proof?..."
}

Authorizations

X-API-KEY
string
header
required

Account secret API key.

Path Parameters

wallet_id
string
required

Query Parameters

redirect
string
required

Redirect URI after KYC completion.

Response

201 - application/json

Solana KYC link created