Withdrawals 2.0
Last updated
Last updated
Auto-withdrawals 2.0 allow you to make withdrawals from payout and collect addresses.
Opportunities:
direct withdrawal
withdrawal between networks
withdrawal with swap coins
The most appropriate address is selected for the operation
Example of address selection:
You have several addresses
Coin | Network | Balance |
---|---|---|
You want to withdraw 10 USDT tron
Direct withdrawal. The USDT tron address will be taken since you already have an address with this coin on this network, and there is enough money on it
You want to withdraw 10 BNB bsc
Direct withdrawal. The BNB bsc address will be taken since you already have an address with this coin on this network, and there is enough money on it
You want to withdraw 10 USDT bsc
Withdrawal between networks. The USDT tron address will be taken since you don't have a suitable address
You want to withdraw 1 BTC bitcoin
Withdrawal with swap coins. The USDT tron address will be taken since you don't have a suitable address
Please note
Operations withdrawal between networks and withdrawal with swap coins work only with token addresses (USDT, USDC) Addresses of native coins will be taken only for direct withdrawal
The address is taken from all PAY_OUT (payouts) and COLLECT (collecting) addresses. We are looking for an address with a balance covering the requested amount and with the lowest network fee. Priority of operations: direct withdrawal, withdrawal between networks, withdrawal with swap coins.
During the operation, the tariff will be charged depending on the type of operation
Operations withdrawal between networks, withdrawal with swap coins are carried out through service provider, the network commission for sending coins to the provider is compensated by the service
The service fee for the operation is always taken from the advance balance
The network fee for the withdrawal from the provider is charged from the amount if the outgoing native coins, from the advance balance if the outgoing coin is a token
feeInAmount
parameterThis parameter allows you to specify that the network fee for sending coins from the provider to the destination address it will be taken from the amount (the user will receive an amount less than the specified amount of the network fee)
If the outgoing coin is native, and the parameter
feeInAmount=false
is specified, then the network commission will be added to the amount so that the user receives the specified amount
In response to the request, you will receive a body with the following fields
The type
field
The status
field
The blockchainFeeToSource
field
Example of the response body
When the operation status is changed, a webhook will be sent to the specified URL
Example of a webhook body
Type of operation | Tariff |
---|---|
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
USDT
tron
100
USDT
ethereum
100
BNB
bsc
100
Direct withdrawal
Withdrawal from pay-out
Withdrawal between networks
Blockchain bridge API
Withdrawal with swap coins
Swap API
id
string
Operation ID
organizationId
string
Organization ID
type
enum(WITHDRAWAL, BRIDGE, SWAP)
Type
status
enum(PENDING, WITHDRAWING, PROCESSED, REJECTED, ERROR)
Status
message
string or null
Rejection message
addressRiskLevel
enum(Low, Medium, High, Severe) or null
The risk level of the end address
addressFromId
string
ID of the outgoing address
addressFrom
string
Outgoing address
addressTo
string
Destination address
amountFrom
string
Outgoing amount
amountFromUSD
string
Outgoing amount in USD
amountTo
string
Amount after the operation
amountToUSD
string
Amount after the operation in USD
amountToReceive
string
The amount that will be sent to the destination address
amountToReceiveUSD
string
The amount that will be sent to the destination address in USD
rate
string
Swap rate
blockchainFeeFrom
string
Network fee for sending to the provider
blockchainFeeFromUSD
string
Network fee for sending to the provider in USD
blockchainFeeToSource
enum(ADVANCED, AMOUNT)
The source of the network's fee charge for sending from the provider to the destination address
blockchainFeeTo
string
Network fee for sending from the provider to the destination address
blockchainFeeToUSD
string
Network fee for sending from the provider to the destination address in USD
serviceFee
string
Service fee for the operation
webhookUrl
string or null
URL for sending the webhook
txId
string or null
Hash of the transaction of sending coins to the destination address
createdAt
string (Date in ISO 8601)
Date of creation
updatedAt
string (Date in ISO 8601)
Date of last update
WITHDRAWAL
Withdrawal
BRIDGE
Withdrawal between networks
SWAP
Withdrawal with swap coin
PENDING
In processing
WITHDRAWING
In process of sending to the destination address
PROCESSED
Completed successfully
REJECTED
Rejected by the system
ERROR
Processing error
ADVANCED
Advance balance
AMOUNT
Amount