wallet.crypto_deposit
Create a cryptocurrency payment to top up your wallet. Accepts USDC and USDT stablecoins. Returns a payment address and amount. Wallet is credited on blockchain confirmation via webhook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Cryptocurrency to pay with | |
| amount_cents | Yes | Amount in AUD cents to deposit (converted to crypto at current rate). Min 500. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | ||
| charge_id | No | ||
| expires_at | No | ||
| status_url | No | ||
| amount_crypto | No | ||
| payment_address | No |