agent_position_book
ActiveTool of Otto Data — Robinhood Chain
Server-side derived open position book for a trading agent: every order_filled event without a later matching position_closed on the same ticker counts as open, joined with the live Chainlink price for unrealized P&L (bps and USD). Replaces rebuilding the book from raw agent events. agent: gap-trader | narrative-trader. mode: '' (all) | paper | live | onchain — filter positions by execution mode.
Parameters schema
{
"type": "object",
"title": "agent_position_bookArguments",
"properties": {
"mode": {
"type": "string",
"title": "Mode",
"default": ""
},
"agent": {
"type": "string",
"title": "Agent",
"default": "gap-trader"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Otto Data — Robinhood Chain
https://github.com/Degergokalp/otto-data
1/7 registries