Request Body

KeyTypeDescription
to.typestring[Required] Receiving node type. See Node Types for more information
to.idstring[Required] Receiving node ID
amount.amountfloat[Required] Amount user wishes to send
amount.currencystring[Required] Currency of the transaction amount
extra.assetstringAssign this value only in case of making a transaction to or from CRYPTO-US or TRADE-US accounts.

For CRYPTO-US acceptable values are BTC and ETH
extra.group_idstringGroup ID supplied to the transaction. Allows clients to track transactions based on specific events
extra.ipstring[Required] IP address of the user device creating the transaction
extra.notestring[Max Length: 140] Memo tagged with the transaction
extra.process_onintegerWhen the transaction should be processed. The value is the delta value. Which means when 1 is supplied it means that the transaction will be processed tomorrow
extra.same_dayboolean[Same-day ACH must be enabled for your platform] Set this to true if you wish to settle the transaction on the same day.
extra.settlement_delayinteger[ACH & RDC transactions only] Used to dynamically delay transaction settlements. The value will be added to the current settlement time (set in days).
extra.supp_idstring[Max Characters: 250] Additional ID to assign to the transaction. Allows clients to track transactions based on specific events
extra.other.attachmentsarray of stringsList of padded base64 attachments
feesarray of objectsList of fee objects that designates where to debit fees for the transaction.

Fee Object

KeyTypeDescription
fee floatFee associated with the transaction
to.idstringNode ID where the fee would be credited when the transaction is settled. Fee node type must be DEPOSIT-US
notestringReason for the fee. [Max Length: 120]

Additional Information

  • Users must be successfully verified and have SEND-AND-RECEIVE permissions to successfully transact. Learn more on KYC and User Overview.

  • The transaction flow type must be enabled for your platform and/or end users for it to be successful. For example, if ACH-US to IC-DEPOSIT-US is not enabled, those transactions will be canceled when you try to create them.

  • See Transaction Sandbox Test Values and Transaction Status Codes for further information.

Language