Get information of coins (available for deposit and withdraw) for user.
Weight(IP): 10
Security Type: USER_DATA
Request parameters.
Fetch deposit address with network.
Weight(IP): 10
Security Type: USER_DATA
Notes:
network is not send, return with default network of the coin.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 networkRequest parameters.
Fetch deposit history.
Weight(IP): 1
Security Type: USER_DATA
Notes:
startTime and endTime to make sure that time interval is within 0-90 days.startTime and endTime are sent, time between startTime and endTime must be less than 90 days.Request parameters.
Fetch deposit address list with network.
Weight(IP): 10
Security Type: USER_DATA
Request parameters.
Fetch withdraw address list
Weight(IP): 10
Security Type: USER_DATA
Fetch withdraw quota
Weight(IP): 10
Security Type: USER_DATA
Apply deposit credit for expired address (One click arrival)
Weight(IP): 1
Security Type: USER_DATA
Request parameters.
Submit a withdraw request
Weight(UID): 900
Security Type: USER_DATA
Notes:
network not send, return with default network of the coin.network and isDefault in networkList of a coin in the response of Get /sapi/v1/capital/config/getall (HMAC SHA256).GET /sapi/v1/localentity/questionnaire-requirements and if it returns anything other than NIL you will need update SAPI to POST /sapi/v1/localentity/withdraw/apply else you can continue POST /sapi/v1/capital/withdraw/apply. Please note that if you are required to comply to travel rule please refer to the Travel Rule SAPI.addressTag will return error -4106 TAG_NOT_SUPPORTED_FOR_NETWORK. Please omit the addressTag field for such networks. You can check whether a network requires a tag via GET /sapi/v1/capital/config/getall: If withdrawTag = true → memo/tag is required. If withdrawTag = false → memo/tag is not supported; omit addressTag."Request parameters.
Fetch withdraw history
Weight(UID): 18000 (10 requests per second)
Security Type: USER_DATA
Notes:
network may not be in the response for old withdraw.startTime and endTime to make sure that time interval is within 0-90 days.startTime and endTimeare sent, time between startTimeand endTimemust be less than 90 days.withdrawOrderId is sent, time between startTime and endTime must be less than 7 days.withdrawOrderId is sent, startTime and endTime are not sent, will return last 7 days records by default.idList number is 45.Request parameters.
CapitalApi - object-oriented interface CapitalApi