MPC-TSS
General Flow

General Flow

This section explains how to interact with the Xellar TSS API. Please follow the steps outlined below to ensure a smooth experience.

1. Client ID and Client Secret

  • Obtain your Client ID and Client Secret from the Xellar TSS API Service Dashboard.
  • These credentials will be required for all API requests to authenticate your access.

2. Making Requests

  • For detailed information on the types of requests you can make, please refer to the Operations section.
  • To securely communicate with TSS API, please refer to Authorization section
  • Currently, the API supports requests for the following networks:
    • EVM
    • Solana
    • Tron
    • Bitcoin
  • Important: All API requests are asynchronous. This means that the response will not immediately contain the signed transaction.
  • Upon making a request, you will receive a requestId. This ID can be used to track the status of your request.

3. Check Request

  • To check the status of your request, use the Check Request endpoint.
  • The Check Request endpoint allows you to track the progress of your transaction, including retrieving the signed transaction.