Curve Wallet Balances and Transactions
Get wallet balances, wallet transactions and aggregated market statistics for Curve.
Curve Quick Facts
Blockchains supported | |
---|---|
eth-mainnet |
Code Samples
Get balances for a wallet address
GET
/v1/cq/covalent/app/curve/balances/
Costs:
1.00 Credits
Processing:
Batch
Get balances for a Curve wallet.
Request
curl -X GET https://api.covalenthq.com/v1/cq/covalent/app/curve/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 | |
address string | |
pool_address string | |
contract_address string | |
contract_name string | |
contract_num_decimals integer | |
contract_ticker_symbol string | |
last_updated_at datetime | |
quote_rate float | |
balance_unscaled float | |
balance_usd float | |
estimated_rewards_usd float |