Introduction

Sections

Theme switcher

Withdraw from Virtual Wallet

Header Parameters

x-api-keystring Required

Identifier used to authenticate on the CryptoMate APIs.

x-idempotency-keystring

Unique identifier of the transaction

Path Parameters

walletIdstring Required

Id of the wallet that you want to withdraw from

Body Parameters

to_wallet_addressstring

Address of the wallet where the withdrawn funds will be transferred to.

token_addressstring

Address of the token associated with the withdrawal transaction.

amountnumber

The numerical value representing the amount to be withdrawn.

Response

200
Object
The request executed had finished successfully.

Response Attributes

transaction_hashstring

Hash value generated for the transaction. If the transaction is between two virtual wallets of the same account it ll do a internal transaction that it just a internal compensation, no blockchain transaction involved

statusstring

Represents the status of the withdrawal request. Status PENDING means that the transaction still executing but it's taking more time that usual. A webhook notificiation will be sent when finished.

404
Object
The requested Virtual Wallet was not found

Response Attributes

codestring
messagestring
412
Object
The Virtual Wallet requested do not have enough balance to execute the operation

Response Attributes

codestring
messagestring
412
Object
The withdraw destination is the same as the origin

Response Attributes

codestring
messagestring
412
Object

Response Attributes

codestring
messagestring
Was this section helpful?

What made this section unhelpful for you?

POST

/

Select
1

Response

Was this section helpful?

What made this section unhelpful for you?

View as Markdown

Ask an AI

Open in ChatGPTOpen in ClaudeOpen in Perplexity

Code with AI

Open in Copilot