API
The Venus Protocol API providing access to indexed protocol data.
Base URL
Versioning
Versioning Choreography
Pool Endpoints
Returns pool data for all listed pools, optionally filterable by the pool's comptroller address.
Blockchain Id used to filter results to a specific chain
Pool address
Filter by pool name
Array of columns to order results. Default sort is descending. If '+' is prepended to a column it will be sorted ascending.
Limit used for pagination
20Page number to fetch
0Returns Pool data for all listed pools.
Malformed Query
Market Endpoints
Returns market data for listed markets, optionally filterable by asset address, name, symbol, underlying address, underlying name or underlying symbol.
Blockchain Id used to filter results to a specific chain
Filter by vToken address
Filter by asset symbol
Filter by asset name
Filter by underlying address
Filter by underlying name
Filter by underlying symbol
Array of columns to order results. Default sort is descending. If '+' is prepended to a column it will be sorted ascending.
Limit used for pagination
20Page number to fetch
0Returns Market data for all listed markets.
Malformed Query
Fetch an array of daily snapshots of supply and borrow totals and supply and borrow apy over the previous 365 days for a given asset.
Blockchain Id used to filter results to a specific chain
Filter by vToken address
yearPossible values: Returns historical data for the requested asset.
Unexpected error
Governance Endpoints
Get vote summary for a given proposal, includes sums of for, against, abstain and total votes.
Proposal Id for fetching a detailed proposal
Proposal vote summary
Unexpected error
Retrieve a summary of an account's voter profile.
Account address
A summary of an account's voter profile including latest governance transactions.
Unexpected error
Retrieve the history of proposals a given account has voted on
Account address
Array of proposals in which the given account has voted
Unexpected error
Query voter accounts ordered by votes.
Limit used for pagination
20Page number to fetch
0Returns an array of voter accounts ordered by votes
Unexpected error
Returns paginated array of proposals.
Filter by proposal ID
Filter by proposal state
Array of columns to order results. Default sort is descending. If '+' is prepended to a column it will be sorted ascending.
Limit used for pagination
20Page number to fetch
0Returns an array of proposals.
Unexpected error
Get voter details for a given proposal.
Filter by proposal ID
Account address
Array of columns to order results. Default sort is descending. If '+' is prepended to a column it will be sorted ascending.
Limit used for pagination
20Page number to fetch
0Pagination object with paginated voter activity and a summary of proposal votes.
Unexpected error
Returns paginated array of proposals. It takes an optional array of proposal ids to filter by.
Proposal Id for fetching a detailed proposal
Returns an array of proposals.
Unexpected error
Last updated

