GET /api/v1/transformer/payments/balance{
"success": true,
"data": {
"depositInstructions": {
"chain": "Solana Devnet",
"chainId": "103",
"network": "devnet",
"currency": "USDC",
"tokenAddress": "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU",
"toWalletAddress": "BuiHuwd5s7e9HmyU6fqSqedcSKcG17r9TPcuCo6WsCHVB"
},
"balance": {
"balance": 0.4,
"mintAddress": "14jX8fW3qZRejGTpAs9YDmACWidDrABCPqR3Spjcbljn4"
},
"message": "Balance retrieved successfully"
}
}0 by default if you have never made a deposit.tokenAddress may vary depending on the networktoWalletAddress may change over time (any changes will be communicated through active communication channels)curl --location --request GET '/api/v1/transformer/payments/balance'{
"success": true,
"data": {
"depositInstructions": {
"chain": "Solana Devnet",
"chainId": "103",
"network": "devnet",
"currency": "USDC",
"tokenAddress": "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU",
"toWalletAddress": "BuiHuwd5s7e9HmyU6fqSqedcSKcG17r9TPcuCo6WsCHVB"
},
"balance": {
"balance": 0.4,
"mintAddress": "14jX8fW3qZRejGTpAs9YDmACWidDrABCPqR3Spjcbljn4"
},
"message": "Balance retrieved successfully"
}
}