Skip to main content
GET
/
accounts
/
{address}
/
feed
Account feed
curl --request GET \
  --url https://api.counsel.markets/accounts/{address}/feed
{
  "account": "<string>",
  "feed": [
    {
      "market_id": "<string>",
      "question": "<string>",
      "outcome": 123,
      "outcome_label": "<string>",
      "amount_xrp": 123,
      "phase": "<string>",
      "mirrorable": true,
      "timestamp": 123,
      "hash": "<string>"
    }
  ]
}
An account’s bets across public markets, newest first. Each item carries a mirrorable flag (true while the market is still open) and the bet’s transaction hash, which is everything a copy-trading client needs to mirror a leader non-custodially. See Copy trading.

Path Parameters

address
string
required

XRPL classic address.

Response

Feed

account
string
required
feed
object[]
required