Wallet
Withdraw
This endpoint allows you to initiate a withdrawal from a specific wallet.
Body Parameters
Key | Required | Type | Description |
---|---|---|---|
assetId | true | string | The ID of the asset to be withdrawn. |
address | true | string | The recipient’s address for the withdrawal. |
amount | true | string | The amount to be withdrawn. |
reference | false | string | This would be the transaction reference |
metadata | false | object | This would be atteched to the transaction payload |
POST
/
v1
/
wallets
/
{walletId}
/
withdraw
Authorizations
x-api-key
string
headerrequiredPath Parameters
walletId
string
requiredBody
application/json
address
string
amount
string
assetId
string
metadata
string
reference
string
Response
200 - application/json
data
object
message
string
statusCode
number