Public API for accessing Orchid protocol data including markets, rates, user positions, and transactions.
Base URL
https://api.orchid.credit
Supported chains
Note
Addresses must be checksummed. The API is case-sensitive.
Interest Rate History
Query hourly supply and borrow rate history for an asset.
GET
/data/interestRateHistory
Params
Example
/data/interestRateHistory?chain=megaeth&token=0x...
Response
Rates are returned in high-precision fixed units.
User Value Change
Returns a user’s 24h balance change.
GET
Params
Example
Response
Includes token-level and USD-level breakdowns.
User Net Worth History
Query hourly historical net worth.
GET
Params
Example
Response
Returns the current state of all lending markets.
GET
Params
Example
Includes collateral parameters, liquidity, caps, and rate configuration.
Returns current supply and borrow APR / APY for all markets.
GET
Params
Example
Response
Isolated markets include underlying and collateral asset addresses.
User Transaction History
Returns protocol events involving a specific user.
GET
Params
Optional
Example
Protocol Transactions
Query indexed protocol events.
GET
Optional params
Example
Core events indexed by the API include:
Collateral configuration changes
Each event returns full on-chain parameters.