post https://api-pro.sim.hashkeydev.com/api/v1/account/depositRefund
Weight: 1
Request Parameters
NoteContent-Type:multipart/form-data
Example:
curl -X POST
https://api-pro.sim.hashkeydev.com/api/v1/account/depositRefund--header 'Content-Type: multipart/form-data'
--form 'thirdPartyKycProof=@"test1.png"'
--form 'thirdPartyWithdrawRecord=@"test2.png"'
--form 'thirdPartyAddress=@"test3.png"'
PARAMETER | TYPE | Req 'd | Example Values | DESCRIPTION |
|---|---|---|---|---|
depositOrderId | STRING | Y | Deposit Order ID | |
walletId | STRING | Wallet ID | ||
thirdPartyKycProof | file | C |
| |
thirdPartyWithdrawRecord | file | C |
| |
thirdPartyAddress | file | C |
|
Response Content
| PARAMETER | TYPE | Example Values | DESCRIPTION |
|---|---|---|---|
| success | BOOLEAN | true | Indicates whether the refund request was successful. True for success |