Read positions & orders
Read a wallet's positions, orders, and market data over REST.
Positions
curl $FLASH_API_URL/positions/owner/<WALLET>Orders
curl $FLASH_API_URL/orders/owner/<WALLET>Full basket snapshot
curl $FLASH_API_URL/owner/<WALLET>Market data
curl $FLASH_API_URL/prices/SOL # single price
curl $FLASH_API_URL/prices # all prices
curl $FLASH_API_URL/tokens # supported tokens
curl $FLASH_API_URL/pool-data # AUM, utilization, LP price
curl $FLASH_API_URL/raw/markets # raw market accountsPolling vs. streaming
Last updated
Was this helpful?

