Create Deposit Address
Generate a new deposit address for receiving payments
Create Deposit Address
Generate a unique deposit address for a customer payment.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
chain | string | Blockchain network: tron or bsc |
token | string | Token type: usdt or usdc |
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
callback_url | string | No | URL to receive webhook notifications |
expected_amount | number | No | Expected payment amount (informational) |
metadata | object | No | Custom metadata to attach to this address |
expires_in | number | No | Address expiration in seconds |
Example Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
status | string | Always success |
address_in | string | Deposit address to show to customer |
address_out | string | Your wallet where funds will be forwarded |
chain | string | Blockchain network (uppercase) |
token | string | Token type (uppercase) |
fee_percent | number | Fee percentage (e.g., 0.5 = 0.5%) |
min_fee | number | Minimum fee in USD |