Polymarket Get Balance logo

Catalog action Utility wallet

Get pUSD balance for Polymarket trading. Returns the pUSD collateral balance available for placing orders and allowance status. Ideal for: balance monitoring, pre-trade checks, portfolio overview, automated trading workflows.

At a Glance

FieldValue
Action IDpolymarket-get-balance
CategoryUtility
Connectorwallet
Requires gasNo
Funds movementNone declared
Tagspolymarket, balance, portfolio, read

Payload Schema

This action does not declare payload fields.

Result Schema

FieldTypeRequiredDescription
balancestringYesRaw pUSD balance in smallest units (6 decimals, raw units)
balanceFormattednumberYespUSD balance (human-readable)
allowancestringNoCurrent pUSD spending allowance for CTF Exchange (raw units, 6 decimals)
walletAddressstringNoThe wallet address queried

Examples

json
{ "type": "polymarket-get-balance", "payload": {}, "children": [], "connector": { "type": "wallet", "id": "conn_wallet" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I