Send funds
Transfers funds between accounts under the same main account (main↔sub or sub↔sub). The request must be signed by the main account wallet.
Authorization
ApiKeyAuth ApiSignatureAuth ApiTimestampAuth API key for authentication
In: header
HMAC-SHA256 signature: base64(HMAC(timestamp + method + path + body, secret))
In: header
Unix timestamp in seconds
In: header
Request Body
application/json
SendFundsRequest is the request for SendFunds.
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json