Get Networks
The API address for querying the supported withdrawal network information of a cryptocurrency.
Interface Address
Sandbox URL: http://api.testbonuspay.network/sgs/api/ccwithdraw/getNetworks
Production URL: https://api.bonuspay.network/sgs/api/ccwithdraw/getNetworks
Request Parameters
Http Header
Signature
sign
Required
String
-
Http Body
Request Time
requestTime
Required
Timestamp(3)
1581450087000
Biz Content
bizContent
Required
GetWithdrawNetworksRequest
-
GetWithdrawNetworksRequest
Asset Code
assetCode
Required
String(64)
USDT
-
Request Sample
Response Parameters
Http Header
Signature
sign
Required
String
-
The body field is only returned when applyStatus is SUCCESS and the code is 0.
Http Body
Response Header
head
Required
ResponseHeader
-
Response Body
body
Optional
GetWithdrawNetworksResponse
-
GetWithdrawNetworksResponse
Withdrawal Network List
withdrawNetworks
Optional
List<WithdrawNetwork>
-
Response Sample
Last updated