curl --request GET \
--url https://synthesis.trade/api/v1/wallet/sol/{wallet_id}/kyc \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": {
"verified": true
}
}Get the DFlow KYC verification status for a Solana wallet.
curl --request GET \
--url https://synthesis.trade/api/v1/wallet/sol/{wallet_id}/kyc \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": {
"verified": true
}
}