tokenAddress may vary depending on the network.toWalletAddress may change over time (any changes will be communicated through active communication channels).curl --location --request GET '/api/v1/transformer/utility/prepaid/kyc/balance'{
"success": true,
"data": {
"depositInstructions": {
"network": "Solana Devnet (Chain ID: 103)",
"currency": "USDC",
"tokenAddress": "GH9ZwEmdLJBcsKnNTkTqPbNWuNNbjvSzaG9Vp2KGtKJr",
"toWalletAddress": "DTsr4DHuaTUAFo9UyTg29myZbz6EpS55aGEFiLCwa3"
},
"balance": {
"balance": 500000,
"mintAddress": "HVD2u7fRbeQem9dO9AfS25FkidtjLiKdJTcr5GmahSAQ",
"message": "Balance retrieved successfully"
}
}
}