pub struct PnlApi { /* private fields */ }Expand description
PnL namespace — GET /user-pnl on user-pnl-api.polymarket.com.
§Stability
This host is not covered by any published Polymarket OpenAPI spec. It
backs the PnL chart on the Polymarket web app and was verified live, but it
carries no documented compatibility guarantee — treat it as more likely to
change without notice than the rest of this crate. The base URL is
configurable via
DataApiBuilder::pnl_base_url.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PnlApi
impl !UnwindSafe for PnlApi
impl Freeze for PnlApi
impl Send for PnlApi
impl Sync for PnlApi
impl Unpin for PnlApi
impl UnsafeUnpin for PnlApi
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more