Skip to main content
GET
/
accounts
/
{address}
/
positions
Account positions
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>"
    }
  ]
}
All positions an address holds across public markets, aggregated by market and outcome, each tagged pending, won, lost, or void.

Path Parameters

address
string
required

XRPL classic address.

Response

Positions

account
string
required
positions
object[]
required