unsigned trade payload for the given parameters. This object should be stringified with JSON.stringify() before being submitted
Calculates the necessary fees to complete a settlement between two parties, based on the amounts and currencies of the settlement.
Fee rate, currency, and total amount of the described settlement
Signs a pre-built trade payload with the user key on this trading account
hex-encoded signature of the payload
Verifies that a payload received from BitGo sufficiently matches the expected parameters. This is used to prevent man-in-the-middle attacks which could maliciously alter the contents of a payload.
parameters used to build the payload
payload received from the BitGo API
true if the payload's sensitive fields match, false if the payload may have been tampered with
Generated using TypeDoc
Builds a payload authorizing trade from this trading account.