Transfers
Transfer funds between multiple accounts in your Aquanow profile
Create a transfer
POST
https://api.aquanow.io/accounts/v1/transfer
To view example requests for this endpoint, visit Aquanow's Postman documentation.
Headers
x-api-key*
String
{{x-api-key}}
API Auth Key
x-signature*
String
49c6260c194f4d7ed5cb917dc70b9821673246b2abc1cf28f05df6a75fd24181e00f8e57b321d15ae45db58b3bffe27a
Signature created using your API secret
x-nonce*
Number
1618307861949
Timestamp in millisecond
Content-Type*
String
application/json
Request Body
symbol*
String
e.g., BTC
All uppercase letters, the crypto currency you are withdrawing.
quantity*
Number
Quantity you wish to transfer. Must have sufficient funds.
accountSenderId*
String
e.g., CA1000012R
Sender's account ID. Specify the accountId
of the account you wish to make the transfer out of
accountRecipientId*
String
e.g., CA1000012R
Recipient's account ID. Specify the accountId
of the account you wish to make the transfer into.
tag
String
Additional reference id that you can send with the transfer request.
Returns a TransactionObject.
Last updated