/api/v2/{coin}/wallet/{walletId}/recovertoken
Recover an unsupported Ethereum token from a BitGo multisig wallet
coin
stringRequiredbtc
walletId
stringRequired59cd72485007a239fb00282ed480da1f
^[0-9a-f]{32}$
tokenContractAddress
string recipient
string walletPassphrase
string prv
string broadcast
boolean 1 2 3 4 5 6 7
{ "tokenContractAddress": "string", "recipient": "string", "walletPassphrase": "string", "prv": "string", "broadcast": true }
halfSigned
object contractSequenceId
integer 1101
expireTime
integer 1550088020
gasLimit
integer 500000
gasPrice
integer 20000000000
operationHash
string 9.44792020725999e+76
recipient
object signature
string 1.9519588812712557e+156
tokenContractAddress
string 3.8941146273864216e+46
walletId
string 59cd72485007a239fb00282ed480da1f
^[0-9a-f]{32}$
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{ "halfSigned": { "contractSequenceId": 1101, "expireTime": 1550088020, "gasLimit": 500000, "gasPrice": 20000000000, "operationHash": 9.44792020725999e+76, "recipient": { "address": 4.7261295088313645e+47, "amount": "2400" }, "signature": 1.9519588812712557e+156, "tokenContractAddress": 3.8941146273864216e+46, "walletId": "59cd72485007a239fb00282ed480da1f" } }
error
string required requestId
string required context
object name
string required 1 2 3 4 5 6
{ "error": "string", "requestId": "string", "context": {}, "name": "string" }