Accounts
Account positions
Every parimutuel position an XRPL address holds, with per-outcome stake, market phase, and settlement result.
GET
Account positions
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Every parimutuel position an XRPL address holds, with per-outcome stake, market phase, and settlement result.
curl --request GET \
--url https://api.counsel.markets/accounts/{address}/positions{
"account": "<string>",
"positions": [
{
"market_id": "<string>",
"question": "<string>",
"outcome": 123,
"outcome_label": "<string>",
"staked_xrp": 123,
"phase": "<string>"
}
]
}curl --request GET \
--url https://api.counsel.markets/accounts/{address}/positions{
"account": "<string>",
"positions": [
{
"market_id": "<string>",
"question": "<string>",
"outcome": 123,
"outcome_label": "<string>",
"staked_xrp": 123,
"phase": "<string>"
}
]
}