Get Bitgo MPC GPG public key

get/api/v2/{coin}/tss/pubkey

It is necessary to use correct MPC BitGo public GPG key when performing MPC operations. Different public keys might be necessary in different cases. This endpoint returns a valid GPG public key taking into account all factors, including: coin, user and enterprise feature flags. Using incorrect key may cause signing and wallet creation errors.

Path Parameters

  • coinstringRequired
    A cryptocurrency symbol or token ticker symbol
    Example: "btc"

Query Parameters

  • enterpriseIdstring
    Filter by enterprise. Allows to take enterprise settings into consideration.
    Example: "59cd72485007a239fb00282ed480da1f"
    Pattern: ^[0-9a-f]{32}$

200 Response

enterpriseId string
Enterprise id for the intended operation (if present in the request)
name string required
Name of the key, used for simple identification. Matches MPC key namess in client constants
publicKey string
BitGo MPC public key
mpcv2PublicKey string
BitGo MPCv2 public key

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

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