The Qredo API and Partner API are being deprecated and will be replaced by a breaking change in Q4. To receive updates about the release, register here.
Qredo Logo

Signing Agent

Implement

TL;DR

  • A Signing Agent is identified by agentID
  • Add your Signing Agent to the governing entity's trusted network
  • Add your Signing Agent to a custody policy

Step 1: Add the Signing Agent as a trusted party

  1. Identify the company_id for the Company that owns the custody policy you wish to add the Signing Agent to.

  2. Add your Signing Agent's agentID to that Company.

Follow the guide or the API specification for POST /trustedparty.

Step 2: Add the Signing Agent to a policy

There are two possible scenarios when adding a Signing Agent:

Option 1: Create a new Fund and specify the trusted parties in its policy.

Follow the guide or the API specification for POST /company/{company_id}/fund

Option 2: Update the policy of an existing Wallet.

Follow the API specification for POST /company/{company_id}/fund/{fund_id}/wallet/{wallet_id}/policy

Previous
Deploy