Get Market Accounts
Example request and response for retrieving all market positions for an Ethereum address using the Exactly Protocol Previewer contract's exactly() method.
Get Market Accounts is an example object payload from Exactly Protocol, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
Example Payload
{
"title": "Get All Market Accounts",
"description": "Example request and response for retrieving all market positions for an Ethereum address using the Exactly Protocol Previewer contract's exactly() method.",
"request": {
"method": "POST",
"path": "/previewer/exactly",
"headers": {
"Content-Type": "application/json"
},
"body": {
"account": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
}
},
"response": {
"status": 200,
"headers": {
"Content-Type": "application/json"
},
"body": [
{
"market": "0x430e85B5Ab78C2B0Ec29a0e8D79c3Cd95f84bbE",
"symbol": "USDC",
"asset": "0x7F5c764cBc14f9669B88837ca1490cCa17c31607",
"decimals": 6,
"usdPrice": "1000000000000000000",
"adjustFactor": "850000000000000000",
"maxFuturePools": 3,
"fixedPools": [
{
"maturity": 1735689600,
"supplied": "500000000000",
"borrowed": "220000000000",
"depositRate": "48000000000000000",
"minBorrowRate": "55000000000000000",
"optimalDeposit": "280000000000"
},
{
"maturity": 1738368000,
"supplied": "300000000000",
"borrowed": "180000000000",
"depositRate": "52000000000000000",
"minBorrowRate": "59000000000000000",
"optimalDeposit": "120000000000"
}
],
"floatingBorrowRate": "62000000000000000",
"floatingDepositAPR": "38000000000000000",
"totalFloatingDepositAssets": "2500000000000",
"totalFloatingBorrowAssets": "1800000000000",
"floatingDepositShares": "0",
"floatingDepositAssets": "0",
"floatingBorrowShares": "0",
"floatingBorrowAssets": "0",
"isCollateral": false,
"fixedDepositPositions": [],
"fixedBorrowPositions": []
},
{
"market": "0x8340E7D498d8e70D6F7C0E3e29ECA1f2a6b1E0dC",
"symbol": "WETH",
"asset": "0x4200000000000000000000000000000000000006",
"decimals": 18,
"usdPrice": "3200000000000000000000",
"adjustFactor": "870000000000000000",
"maxFuturePools": 3,
"fixedPools": [
{
"maturity": 1735689600,
"supplied": "450000000000000000000",
"borrowed": "120000000000000000000",
"depositRate": "22000000000000000",
"minBorrowRate": "28000000000000000",
"optimalDeposit": "330000000000000000000"
}
],
"floatingBorrowRate": "35000000000000000",
"floatingDepositAPR": "18000000000000000",
"totalFloatingDepositAssets": "850000000000000000000",
"totalFloatingBorrowAssets": "410000000000000000000",
"floatingDepositShares": "1500000000000000000",
"floatingDepositAssets": "1502000000000000000",
"floatingBorrowShares": "0",
"floatingBorrowAssets": "0",
"isCollateral": true,
"fixedDepositPositions": [],
"fixedBorrowPositions": []
}
]
},
"notes": "Response shows all markets on Optimism with the account's positions. The account has 1.502 WETH deposited at variable rate in the WETH market with collateral enabled, earning ~1.8% APR. The USDC market shows market-wide statistics but zero account positions. All rates are scaled by 1e18 (divide by 1e16 for percentage). USDC amounts are in 6-decimal units; WETH amounts are in 18-decimal units."
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/examples/get-market-accounts"
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.