💼
Cobo MPC Co-Managed Custody
English
English
  • Cobo MPC Co-Managed Custody
    • MPC-TSS Technology
    • Quick Start Guide
      • Cobo Custody
        • Manage Account
          • Team (Only Visible to Admins)
          • Me (Team Members)
      • TSS Node Deployment
      • MPC Wallet Management on Cobo Custody Web
    • Web User Guide
      • Add TSS Node
      • Create MPC Wallet(s)
        • Send / Receive Wallet
          • Manage Coins
          • Create and Manage Wallet Addresses
          • Export Addresses
          • View Transactions
          • Configure Risk Control Policies
          • Manage API
          • Manage API Callbacks
          • Manage Settings
        • Web3 Wallet
          • Create and Manage Wallet Addresses
          • View NFTs
          • Access DApps
            • Cobo Connect
            • MetaMask Institutional
          • View Transactions
          • Manage Coins
          • Configure Risk Control Policies
          • Manage API
          • Manage API Callbacks
          • Manage Settings
    • TSS Node User Guide
      • Network Requirements
      • Server Environment Preparation
        • SGX-Ready Server
        • Off-The-Shelf Server
        • Apple MacBook
      • TSS Node Deployment
        • TSS Node Package
        • TSS Node Initialization
        • TSS Node Startup
        • TSS Node on Cobo Custody Web & MPC Root Extended Public Key Derivation
      • TSS Node Callback
        • TSS Node Callback Mechanism
        • Callback Server Requirements
          • Callback Server Examples
        • Callback Server Configuration
        • TSS Node Configuration & Callback Server Startup
      • TSS Node Update
      • TSS Node Release Notes
      • Appendix
        • TSS Node Configuration Methods
        • TSS Node Command Lines
        • TSS Node Risk Control
    • MPC Key Share User Guide
      • MPC Key Share Management
        • Backup
        • Restore
      • Disaster Recovery
        • Soft Key Recovery
        • Hard Key Recovery
        • Third Party Key Recovery
    • Supported Tokens and Chains
Powered by GitBook
LogoLogo
On this page
  1. Cobo MPC Co-Managed Custody
  2. Web User Guide
  3. Create MPC Wallet(s)
  4. Send / Receive Wallet

Manage API

PreviousConfigure Risk Control PoliciesNextManage API Callbacks

Last updated 1 year ago

You can use the REST API to access the Cobo MPC Co-Managed Custody services via Cobo Custody. Currently, two types of APIs are supported:

  • Querying: this API is used to request information such as addresses, balances, transaction records and more

  • All: (withdrawal & querying): this API is used to query information and initiate withdrawal request

The API key is used for identity verification when the client communicates with the Cobo server using API. Cobo will only collect the client’s public key to verify its signature. Please note that Cobo will never ask for the client's private key. The client must keep its API key safely and never disclose it to anyone else.

The client can edit the description of an API key and bind an IP address, but cannot modify a public key that has already been added. If a private key is lost, the client must delete the corresponding API key immediately and generate a new pair of public and private keys at the earliest possible time.

There is no limit to the number of APIs a client can create. Each API key can be associated with multiple IP addresses. You are recommended to separate these addresses by commas (e.g. 192.168.1.1,192.168.1.2).

Please note that the admin who initiates a request to add an API key or modify a IP whitelist will need to authorize each request on Cobo Auth.

The client needs to enter its public key in the "Public Key'' column as shown on the screenshot above. For more information on the private/public key pair and API authentication, please . If you have any questions, please contact

click here
custodydev@cobo.com.