API Reference

Deposit Refund

Weight: 1

Request Parameters

📘

Note

Content-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

  • Required if the deposit comes from a third-party exchange wallet.
  • Only image formats .jpg, .png, and .jpeg are accepted.
  • The file size must be less than 1 MB.

thirdPartyWithdrawRecord

file

C

  • Required if the deposit comes from a third-party exchange wallet.
  • Only image formats .jpg, .png, and .jpeg are accepted.
  • The file size must be less than 1 MB.

thirdPartyAddress

file

C

  • Required if the deposit comes from a third-party exchange wallet.
  • Only image formats .jpg, .png, and .jpeg are accepted.
  • The file size must be less than 1 MB.

Response Content


PARAMETERTYPEExample ValuesDESCRIPTION
successBOOLEANtrueIndicates whether the refund request was successful. True for success
Language
Credentials
Header
Click Try It! to start a request and see the response here!