Get Started
Invoice
Invoice Flow
Balance
Rate
Exchange
Transfer
Crypto Withdraw
- First, check your balance.
- Then, review the withdrawal fee and minimum withdrawal amount.
POST|GET https://api.zipay.io/api/crypto-info
Response:
{
"items": [
{
"coin": "USDT",
"coin_name": "USD Tether",
"network": "BNB",
"network_name": "BSC (BEP20)",
"deposit_is_active": true,
"withdraw_is_active": true,
"min_withdraw": "1.5",
"fee": "1",
"decimal": 6
},
{
"coin": "USDT",
"coin_name": "USD Tether",
"network": "TRX",
"network_name": "Tron (TRC20)",
"deposit_is_active": true,
"withdraw_is_active": true,
"min_withdraw": "2",
"fee": "1.5",
"decimal": 6
}
],
"success": true,
"status": 200
}
POST https://api.zipay.io/api/crypto-withdraw
| Name | Type | Mandatory | Description |
| order_id | integer | yes | min:1 max:2000000000 |
| coin | string | yes | USDT |
| network | string | yes | TRX,BNB |
| amount | string | yes | 5.01 |
| address | string | yes | TB6F5HTWR4yAJ1UcLNQ3aYLxSCxY12bnWn |
{
"result": {
"trackid": "6amHlVhteca4anO5ND",
"order_id":8,
"address": "TB6F5HTWR4yAJ1UcLNQ3aYLxSCxY12bnWn",
"amount": "3.510000000000000000",
"fee": "1.500000000000000000",
"type": "withdraw",
"txid": "6amHlVhteca4anO5ND",
"status": "queue",
"time": 1757609265,
"utc_date": "2025-09-11 16:47 UTC",
"coin": "USDT",
"coin_name": "USD Tether",
"network": "TRX",
"network_name": "Tron (TRC20)"
},
"success": true,
"status": 200
}
{
"result": {
"errors": {
"address": "Invalid Address Or Network"
}
},
"success": false,
"status": 403
}
{
"result": {
"errors": {
"address": "Invalid Decimal"
}
},
"success": false,
"status": 403
}
{
"result": {
"errors": {
"coin": "Invalid Coin"
}
},
"success": false,
"status": 403
}
{
"result": {
"errors": {
"network": "Invalid network"
}
},
"success": false,
"status": 403
}
POST https://api.zipay.io/api/crypto-withdraw-list
| Name | Type | Mandatory | Description |
| trackid | string | no | 6amHlVhteca4anO5ND |
| order_id | integer | no | 1 |
| amount | string | no | 3.51 |
| status | string | no | queue,completed |
| txid | string | no | 89f19663647389f196636473b47ca3c9ccec48dc1b0c |
| limit | integer | no | default is 10 |
| page | integer | no | default is 1 |
| sort | string | no | default is desc you can use asc |
{
"items": [
{
"trackid": "30GXENbG83a2D3nbNq",
"order_id":8,
"address": "0xf93c52E2a60B8D503814FFdb494EED70FaDBfc63",
"amount": "4.001000000000000000",
"fee": "1.000000000000000000",
"type": "withdraw",
"txid": "30GXENbG83a2D3nbNq",
"status": "queue",
"time": 1757609490,
"utc_date": "2025-09-11 16:51 UTC",
"coin": "USDT",
"coin_name": "USD Tether",
"network": "BNB",
"network_name": "BSC (BEP20)"
},
{
"trackid": "1303AuuEe1f5BAnVAK",
"order_id":7,
"address": "0xf93c52E2a60B8D503814FFdb494EED70FaDBfc63",
"amount": "4.001000000000000000",
"fee": "1.000000000000000000",
"type": "withdraw",
"txid": "1303AuuEe1f5BAnVAK",
"status": "queue",
"time": 1757609428,
"utc_date": "2025-09-11 16:50 UTC",
"coin": "USDT",
"coin_name": "USD Tether",
"network": "BNB",
"network_name": "BSC (BEP20)"
},
{
"trackid": "d0jU6Mzya6ebGmVb0m",
"order_id":6,
"address": "0xf93c52E2a60B8D503814FFdb494EED70FaDBfc63",
"amount": "4.001000000000000000",
"fee": "1.000000000000000000",
"type": "withdraw",
"txid": "fake_89f196636473b47ca3c9ccec48dc1b0c",
"status": "completed",
"time": 1757609387,
"utc_date": "2025-09-11 16:49 UTC",
"coin": "USDT",
"coin_name": "USD Tether",
"network": "BNB",
"network_name": "BSC (BEP20)"
},
{
"trackid": "6amHlVhteca4anO5ND",
"order_id":5,
"address": "TB6F5HTWR4yAJ1UcLNQ3aYLxSCxY12bnWn",
"amount": "3.510000000000000000",
"fee": "1.500000000000000000",
"type": "withdraw",
"txid": "fake_60a1406b6b98eb557d3f43e9bced9913",
"status": "completed",
"time": 1757609265,
"utc_date": "2025-09-11 16:47 UTC",
"coin": "USDT",
"coin_name": "USD Tether",
"network": "TRX",
"network_name": "Tron (TRC20)"
},
{
"trackid": "6bbUTPr7baba3Znbd0",
"order_id":4,
"address": "TB6F5HTWR4yAJ1UcLNQ3aYLxSCxY12bnWn",
"amount": "3.510000000000000000",
"fee": "1.500000000000000000",
"type": "withdraw",
"txid": "fake_38097732de88a8958271b58c04539d95",
"status": "completed",
"time": 1757609200,
"utc_date": "2025-09-11 16:46 UTC",
"coin": "USDT",
"coin_name": "USD Tether",
"network": "TRX",
"network_name": "Tron (TRC20)"
}
],
"total": 5,
"limit": 10,
"page": 1,
"sort": "desc",
"success": true,
"status": 200
}