Orders & Positions

Fetch Balance

Check the USDC available for trading. Returns the wallet's balance inside the PMXT escrow on Polygon — not the wallet's on-chain USDC balance.

Top up by depositing at pmxt.dev/dashboard/wallet.

get/v0/user/{address}/balances

Path parameters

addressstring required

EVM wallet address (lowercase or checksum).

Response

Balance for the wallet.

currencystring required

Currency code. Always USDC -- the only collateral accepted by the hosted escrow.

amountnumber required

Spendable USDC dollars held inside the PMXT PreFundedEscrow on Polygon (NOT the venue-native CLOB-proxy balance). Backs trading on Polymarket, Opinion, and Limitless.

venue'polymarket' | 'opinion' | 'limitless' nullable

Set when the hosted backend returns a per-venue breakdown; null when balance is venue-agnostic.

Changes

Changed in 2 of the 9 revisions of this API.12

    • added the new limitless enum value to the venue response property for the response status 200

      response-property-enum-value-added

    • api tag Orders & Positions added

      api-tag-added

    • api tag Orders & Positions (Hosted) removed

      api-tag-removed