Request Withdraw - Blockchain
requires auth
Request Withdraw for Digital Asset (Blockchain)
POST /api/v1/accounting/account/{accountId}/request/withdraw/blockchainPath
Type
Description
Body
Type
Description
Example
POST /api/v1/accounting/account/myAccountID/request/withdraw/blockchain// Request body
{
"amount": "1 BTC",
"network": "bitcoin",
"address": "myWalletAddress",
"instructions": [
"any aditional instructions"
]
}Last updated
