Get information of coins (available for deposit and withdraw) for user.
Weight: 10
Request parameters.
Fetch deposit address with network.
If network
is not send, return with default network of the coin.
You can get network
and isDefault
in networkList
in the response of Get /sapi/v1/capital/config/getall (HMAC SHA256)
.
amount
needs to be sent if using LIGHTNING network
Weight: 10
Request parameters.
Fetch deposit history.
Please notice the default startTime
and endTime
to make sure that time interval is within 0-90 days.
If both startTime
and endTime
are sent, time between startTime
and endTime
must be less than 90 days.
Weight: 1
Request parameters.
Fetch deposit address list with network.
If network is not send, return with default network of the coin.
You can get network and isDefault in networkList in the response of Get /sapi/v1/capital/config/getall
.
Weight: 10
Request parameters.
Fetch withdraw address list
Weight: 10
Fetch withdraw quota
Weight: 10
Apply deposit credit for expired address (One click arrival)
Params need to be in the POST body
Weight: 1
Request parameters.
Submit a withdraw request.
If network
not send, return with default network of the coin.
You can get network
and isDefault
in networkList
of a coin in the response of Get /sapi/v1/capital/config/getall (HMAC SHA256)
.
Weight: 900
Request parameters.
Fetch withdraw history.
network
may not be in the response for old withdraw.
Please notice the default startTime
and endTime
to make sure that time interval is within 0-90 days.
If both startTime
and endTime
are sent, time between startTime
and endTime
must be less than 90 days.
If withdrawOrderId
is sent, time between startTime
and endTime
must be less than 7 days.
If withdrawOrderId
is sent, startTime
and endTime
are not sent, will return last 7 days records by default.
Maximum support idList
number is 45.
Weight: 18000 Request limit: 10 requests per second
Request parameters.
CapitalApi - object-oriented interface CapitalApi