Add a shared BitGo key to an OFC wallet that currently has only a user key

post/api/v2/admin/wallet/{walletId}/addbitgokey

Used for ad-hoc single-wallet migration as part of Go Account BitGo Key Support.

Path Parameters

  • walletIdstringRequired
    The ID of the OFC wallet to add a BitGo key to
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$
    Min length: >= 1 characters

Query Parameters

  • dryRunboolean
    Preview the operation without making any changes

200 Response

walletId string required
bitgoKeyId string required
trustOrg string required
dryRun boolean 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

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