Compound Wallet Balances and Transactions

Get wallet balances, wallet transactions and aggregated market statistics for Compound.

Don't Have an API Key?

Sign up to start building on Compound.

Unlock millions of requests and free archive data on all chains.

Compound Quick Facts

Blockchains supported
eth-mainnet

Code Samples

Get balances for a wallet address

GET /v1/cq/covalent/app/compound/balances/

Get balances for a Compound wallet.

Costs:
1.00 Credits
Processing:
Batch
Request
curl -X GET https://api.covalenthq.com/v1/cq/covalent/app/compound/balances/ \
    -H 'Content-Type: application/json' \
    -u YOUR_API_KEY: \
     # The colon prevents curl from asking for a password

Schema

Field
chain_name string
chain_id integer
last_transferred_at string
address string
quote_currency string
contract_name string
contract_decimals uint8
contract_address string
contract_ticker_symbol string
balance float
quote float
quote_rate float
debt_balance float
debt_quote float
debt_quote_rate float
rewards float
rewards_quote float