Create keyAsk AIpost https://app.bitgo-test.com/api/v2/{coin}/keyRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path ParamscoinstringrequiredA cryptocurrency or token ticker symbol.Body ParamscoinSpecificobjectcoinSpecific objectencryptedPrvstringPrivate part of this key pair, encrypted with a passphrase that only the client knows. Required for all sources except bitgo.sourcestringenumuserbackupbitgocolduserAllowed:backupbitgocolduserenterprisestringThe Enterprise that will own this keynewFeeAddressbooleanCreate a new keychain instead of fetching enterprise key (only for Ethereum)truefalseoriginalPasscodeEncryptionCodestringPassphrase that is used to decrypt box D (i.e. encrypted wallet passphrase) on your wallet keycardpubstringpublic part of a key pairisDistributedCustodybooleanSet to true if you want to create a key for distributed custody. This parameter is only valid if you have the distributed custody enterprise license enabled and are creating a BitGo key. Otherwise it will throw an error.falsetruefalsecommonPubstringThe commonPub for the key. This value is necessary for MPC keys when the source is either “user” or “backup”. Setting this indicates to BitGo that the owner of the key has received all key shares they needed for generating their key.commonKeychainstringThe commonKeychain for the key if this is a MPC key. This value is required to be set when the type is set to “tss” and when the source is either “user” or “backup”. Setting this indicates to BitGo that the owner of the key has received all key shares they needed for generating their key. This value is the common pub concatenated with the common chaincode.keySharesarray of objectsOnly required for BitGo MPC keys. Those will be the shares from the user and the backup provider that BitGo will end up generating the BitGo key (share) from.keySharesADD objecttypestringCoin name used to choose correct KRS public key for the given provider. Possible valid values are "btc", "eth", "bitcoin"keyTypestringenumDefaults to independentA value from a string enum denoting what kind of key this is. Defaults to “independent” indicating an on-chain key is requested. If set to “tss” this tells us that a “tss” key is requested.tssindependentAllowed:tssindependentuserGPGPublicKeystringUser's public key in ASCII armored format. Only required for BitGo MPC keys.backupGPGPublicKeystringBackup public key in ASCII armored format (may be managed by user or KRS). Only required for BitGo MPC keys.isMPCv2booleanWhether a key or wallet is using the Multi-Party Computation version 2 protocol. Optional field.truefalseResponses 200OK 400Bad RequestUpdated about 1 month ago