Get Bitgo TSS GPG public key

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

It is necessary to use correct TSS BitGo public GPG key when performing TSS 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 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 TSS key namess in client constants
publicKey string required
BitGo TSS public key

400 Response

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