Query Catalog
Batch Wallet P&L
Query P&L for multiple wallets in one request.
Canonical reference: Batch Wallet P&L
Use this when a dashboard needs several wallet summaries at once.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Query P&L for multiple wallets in one request.
curl -X POST "https://api.polynode.dev/v3/wallets/batch" \
-H "content-type: application/json" \
-H "x-api-key: $POLYNODE_API_KEY" \
-d '{"wallets":["0x56687bf447db6ffa42ffe2204a05edaa20f55839","0x952d11ebff81d6bd3185e608ed3515b94618ab8a"]}'
