Account
Withdraw fees
Withdraw accumulated fees from the cards fees wallet to a whitelisted address.
POST
Withdraws accumulated fees from your cards fees wallet to a destination address. Only the real on-chain balance of the selected token can be withdrawn — pending (uncredited) fees are not withdrawable.
The destination must belong to your cards whitelist and have been enabled for at least 24 hours, counted from the moment it was added to the whitelist. Otherwise the request is rejected.
Requires an API key with access level 3 or higher.
Body
Symbol of the token to withdraw (e.g.
USDC). It must have an available on-chain balance in the fees wallet.Amount to withdraw. Must be greater than 0 and cannot exceed the available on-chain balance of the token. Up to 6 decimal places.
Destination wallet address. Must be in the cards whitelist and enabled (added at least 24 hours ago).
Response
On-chain transaction hash.
Transaction status. Possible values:
PENDING, SUCCESS, FAILED, MANUAL_CHECK.Simple error message if the transaction failed.
Detailed error message with additional context.
Errors
| Code | Description |
|---|---|
VALIDATION_ERROR | The destination address is not in the cards whitelist, has not been enabled for 24 hours yet, or a field is missing/invalid. |

