curl --location --request GET '/api/v1/transformer/entity/kyc/'{
"success": true,
"message": "KYC status retrieved successfully",
"data": {
"status": [
{
"routingId": "provider123",
"supportedRoutes": [
{
"from": {
"jurisdictionId": "US",
"jurisdictionName": "United States",
"jurisdictionType": "country",
"currency": "USD"
},
"to": {
"jurisdictionId": "UK",
"jurisdictionName": "United Kingdom",
"jurisdictionType": "country",
"currency": "GBP"
}
}
],
"kycStatus": "not_started",
"routingEnabled": true,
"kycFees": {
"network": "Solana Mainnet (Chain ID: 101)",
"currency": "USDC",
"tokenAddress": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGcKZwyTDt1v",
"amount": 25,
"toWalletAddress": "5FhWg3kXmAS2r6pNZ5C8JNz3xZyEZaJgHSzBGta3sVu",
"paymentReceived": true
}
}
]
}
}