Polymarketanalytics: Get Trader Transfers
Polymarketanalytics via Parse · Finance
Get deposit and withdrawal transaction history for a trader. Returns transfers sorted by the specified field. Each transfer includes the transaction hash, type (deposit/withdrawal), timestamp, and USD amount. Access Polymarket trader data including positions, trades, PnL history, category performance, and deposit/withdrawal history for any wallet address tracked by polymarketanalytics.com. The backend indexes a curated set of traders; not all wallet addresses will have data. Fulfilled by Parse from polymarketanalytics.com.
- crypto-web3
- finance
- other
- parse
- platform-key
- polymarketanalytics
- polymarketanalytics-com
Price and execution
- Price
- Quote unavailable
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/92417519-ac52-43be-9785-d464fe124ae7/get_trader_transfers
- Interface artifact
- sha256:672b866fb7afabc10113e4dc90ef6dc86a934f351e5cf6fccf7913fba90a8285
- Manifest digest
- sha256:a611bfa8efc58ab9e40c4a73fceb66dfcaea7efad2f6e117bd6a3010709e2df6
Request fields
- sort_by (string): Field to sort by: Allowed values: block_timestamp, amount_usd
- sort_desc (string): Sort direction: 'true' for descending, 'false' for ascending: Allowed values: false, true
- trader_id (string, required): Ethereum wallet address of a tracked trader (42-character hex string starting with 0x)
Example queries
- {"sort_by":"block_timestamp","sort_desc":"false","trader_id":"0x29bc82f761749e67fa00d62896bc6855097b683c"}