Go Account Transfer Send

post/das-rest/api/v1/send

send a transfer of moneys from one Go Account to another

Request Body

senderWalletId string required
Example: 59cd72485007a239fb00282ed480da1f
targetWalletId string required
Example: 59cd72485007a239fb00282ed480da1f
backingWallet string required
Example: 59cd72485007a239fb00282ed480da1f
currency string required
A cryptocurrency or token ticker symbol.
Example: btc
amount string required
Example: 10100
Match pattern: ^\d+$
txId string required
The on-chain transaction id
Example: b8a828b98dbf32d9fd1875cbace9640ceb8c82626716b4a64203fdc79bb46d26
address string required
Max length: <= 250 characters
Example: 2MvrwRYBAuRtPTiZ5MyKg42Ke55W3fZJfZS
fees array[object]
define a fee charged as part of a transaction (same currency only)
amount string
Example: 10100
Match pattern: ^\d+$
notation string
Short notation for fee source/info
Example: on chain fee
fee_type string
Each fee type may be treated differently by accounting, revenue fee types: BITGO_WITHDRAWAL_FEE, BITGO_SETTLEMENT_FEE
Allowed values: WIRE_FEE ELECTRONIC_FEE BANK_FEE CHAIN_FEE BITGO_WITHDRAWAL_FEE BITGO_SETTLEMENT_FEE
Example: BITGO_SETTLEMENT_FEE
payload string required
Stringified(serialized) JSON object containing a withdrawal signature payload
signature string required
Signature of the payload using the proper private key.
nonce string required
nonce, same one used in the payload
origin string required
origin of action as seen by requester, suitable for auditing the data flow and request chain; typically a JSON stringified set of request headers

200 Response

senderWalletId string
Example: 59cd72485007a239fb00282ed480da1f
targetWalletId string
Example: 59cd72485007a239fb00282ed480da1f
currency string
A cryptocurrency or token ticker symbol.
Example: btc
transferred string
Example: 10100
Match pattern: ^\d+$
fees string
Example: 10100
Match pattern: ^\d+$
txId string
The on-chain transaction id
Example: b8a828b98dbf32d9fd1875cbace9640ceb8c82626716b4a64203fdc79bb46d26
address string
Max length: <= 250 characters
Example: 2MvrwRYBAuRtPTiZ5MyKg42Ke55W3fZJfZS