Sign OFC transaction using BitGo key

post/api/v2/ofc/wallet/{walletId}/tx/sign

Signs the unsigned payload of an OFC transaction using the wallet's BitGo key stored in AWS KMS. Only available for OFC trading wallets where userKeySigningRequired is false.

Path Parameters

  • walletIdstringRequired
    Wallet id
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$

Request Body

payload string required
The half-signed OFC transaction payload to sign, produced by v2.wallet.tx.build

200 Response

payload string required
signature string required

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

403 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

500 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id