Qredo API
Read-only services
Supported in | Prerequisites |
---|---|
v1 | requirements |
TL;DR
- The Read-only API is a reporting service
- It supports Standard and Connected Wallets
- Use the Read-only API endpoints to get data related to your accounts, Wallets, and Funds
Prerequisites
Further to the basic requirements, you need:
- API keys set with permission to use Read-only services
Service overview
The Read-only service provides a reporting service to Qredo customers and their trusted parties. Read-only provides basic information about your:
- Account
- Organization
- Fund
- Wallet
Integrations
Read-only's reporting service complements the Standard Wallet and the Connected Wallet, Web3 API Wallet's reporting needs.
Read-only services
The Read-only API provides a suite of endpoints that return data related to Personal and Organizational accounts; Wallets; and Funds.
Endpoint | Description | Permission |
---|---|---|
GET /account | Get account info. Responses differ for Personal or Organization accounts | Read only |
GET /balance | Get account balance | Read only |
GET /funds/ | Get a list of all account Funds | Read only |
GET /funds/{fund_id} | Get info for a specific Fund | Read only |
GET /funds/{fund_id}/ledger | Get transaction history of a specific Fund | Read only |
GET /trustedparties | Get a list of trusted parties. Works with personal accounts only | Read only |
GET /wallets/{wallet_id}/history | Get transaction history of a specific Wallet | Read only |
See the Qredo API v1 specification for detailed information on how to use these endpoints.
Programmatic control
Remember to create API keys and customize their access.