Create Transfer Request
Create a money transfer request from a specific wallet.
Create a Withdrawal
Initiate a mutation to create an assets transfer request to send for approval from one of your organization's wallets.
Important Note - Naming convention for this process is slightly different than what's presented in our interface.
In our platform "withdrawals" are described as "Money Transfers" while in our API, the mutation is called createWithdrawal.
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body (WithdrawalCreateInput) object
id*
String
Wallet ID
id* (financialAsset)
String
Asset ID
address*
String
Destination Address (To)
amount*
Integer
Transfer amount
id* (blockchain)
String
Blockchain ID
note
String
Transaction Note
priority
String
Transaction Priority
(Slow, medium, fast, etc.)
Example body:
Response
Return values:
id
String
Withdrawal ID
Try it out!
Last updated