Withdraw Onchain
Withdraw your Cashramp balance onchain to a wallet address
Cashramp's API allows you to withdraw your USD stablecoin balance to a wallet address in minutes. At the moment, you can withdraw as USDT via the TRON network.
How to withdraw to a wallet address
withdrawToBank.gql
Request
address: The wallet address you want to withdraw into.
amountUsd: The USD amount you want to withdraw from your Cashramp balance.
Please note that this mutation will return an error if:
The destination wallet address is invalid
The amount is less than the minimum of $10
You will receive a webhook event when the status of the onchain transaction changes.
Last updated