提交提现请求。
This endpoint allows users to create a new withdrawal request for a specified coin. The request requires necessary parameters include the chain’s slip44, smart contract address for token (null for main-chain token), withdrawal address sent to, and amount. The requestId parameter is used to distinguish different requests, it can be a UUID string. The response will contain information about the newly created withdrawal request.
This field contains the API key.
This field contains the nonce.
This field contains the signature.
A unique ID for the withdrawal request. This can be a UUID string.
Chain's slip44 code, such as Bitcoin is 0, Ethereum is 60, Tron is 195. Refer to Registered coin types
The address to withdrawal to.
The amount to withdrawal.
smart contract address for token, null for main-chain token