Qredo API
Manage API keys and secrets
Prerequisites
- To generate Qredo API keys, you must have a Qredo account.
- For an Organization account, you must have the administrator role.
If an Administrator regenerates an API key, the API key will be updated for all Organizations in which this user has the Administrator role.
Step 1: Generate an API key
In the Qredo Web App, generate and copy the API key and API secret. See the UI guide.
Ensure secure storage of your API secret, as you will not be able to visualize it again.
Step 2: Assign permissions
In the Qredo Web App, assign permissions to your key. See the UI guide.
The following permissions are available:
Permission | Description |
---|---|
Balances | Allows holders of the key to access the /balance endpoint of the Read-only API |
Read-only Access | Allows holders of the key to access all Read-only API endpoints, including balance, account info, Fund info, Fund ledger, transaction info, etc. |
Submit DeFi Transactions Over API | Allows holders of the key to submit Web3 API Wallet transactions over API and view transaction status |
Now you are ready to sign API calls!