curl --request GET \
--url https://synthesis.trade/api/v1/wallet/{wallet_id}/positions \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": [
{
"position": {
"token_id": "21742633143463906290569050155826241533067272736897614950488156847949938836455",
"outcome": "Yes",
"shares": "500.000",
"avg_price": "0.550",
"current_price": "0.650",
"initial_value": "275.000",
"current_value": "325.000",
"amount_pnl": "50.000",
"percent_pnl": "18.18",
"redeemable": false,
"created_at": "2026-01-01T00:00:00",
"venue": "polymarket",
"wallet_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"chain_id": "POL"
},
"event": {
"event_id": 12345,
"title": "Will Bitcoin reach $100k by end of 2025?",
"slug": "will-bitcoin-reach-100k-by-end-of-2025",
"description": "This market resolves to Yes if spot Bitcoin trades at or above $100,000 before 2025 ends.",
"image": "https://example.com/bitcoin.png",
"tags": [
"crypto",
"bitcoin"
],
"labels": [
"crypto",
"macro"
],
"neg_risk": false,
"active": true,
"liquidity": "1500000",
"volume": "5000000",
"volume24hr": "250000",
"volume1wk": "900000",
"volume1mo": "2200000",
"volume1yr": "5000000",
"live": {
"live": false,
"ended": false
},
"created_at": "2026-01-01T00:00:00",
"updated_at": "2026-01-01T00:00:00",
"ends_at": "2026-12-31T23:59:59"
},
"market": {
"event_id": 12345,
"condition_id": "0xbd71b43bb47eb60dbcb41fa25df2a0ed4da612873d6e0447a2c730bd4cc25910",
"question": "Will Bitcoin reach $100k?",
"outcome": "Yes",
"slug": "will-bitcoin-reach-100k-yes",
"description": "Buy Yes if you think Bitcoin will trade at or above $100,000 before market expiry.",
"image": "https://example.com/bitcoin-market.png",
"left_outcome": "Yes",
"right_outcome": "No",
"left_price": "0.65",
"right_price": "0.35",
"left_token_id": "21742633143463906290569050155826241533067272736897614950488156847949938836455",
"right_token_id": "48572956138472615938471625938471659384716593847165938471659384716593847165938",
"winner_token_id": "",
"active": true,
"resolved": false,
"fees": true,
"decimals": 6,
"liquidity": "1500000",
"volume": "5000000",
"volume24hr": "250000",
"volume1wk": "900000",
"volume1mo": "2200000",
"volume1yr": "5000000",
"rewards": {
"rewards": false
},
"created_at": "2026-01-01T00:00:00",
"updated_at": "2026-01-01T00:00:00",
"ends_at": "2026-12-31T23:59:59"
}
}
]
}Get positions across all chains for a wallet.
curl --request GET \
--url https://synthesis.trade/api/v1/wallet/{wallet_id}/positions \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": [
{
"position": {
"token_id": "21742633143463906290569050155826241533067272736897614950488156847949938836455",
"outcome": "Yes",
"shares": "500.000",
"avg_price": "0.550",
"current_price": "0.650",
"initial_value": "275.000",
"current_value": "325.000",
"amount_pnl": "50.000",
"percent_pnl": "18.18",
"redeemable": false,
"created_at": "2026-01-01T00:00:00",
"venue": "polymarket",
"wallet_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"chain_id": "POL"
},
"event": {
"event_id": 12345,
"title": "Will Bitcoin reach $100k by end of 2025?",
"slug": "will-bitcoin-reach-100k-by-end-of-2025",
"description": "This market resolves to Yes if spot Bitcoin trades at or above $100,000 before 2025 ends.",
"image": "https://example.com/bitcoin.png",
"tags": [
"crypto",
"bitcoin"
],
"labels": [
"crypto",
"macro"
],
"neg_risk": false,
"active": true,
"liquidity": "1500000",
"volume": "5000000",
"volume24hr": "250000",
"volume1wk": "900000",
"volume1mo": "2200000",
"volume1yr": "5000000",
"live": {
"live": false,
"ended": false
},
"created_at": "2026-01-01T00:00:00",
"updated_at": "2026-01-01T00:00:00",
"ends_at": "2026-12-31T23:59:59"
},
"market": {
"event_id": 12345,
"condition_id": "0xbd71b43bb47eb60dbcb41fa25df2a0ed4da612873d6e0447a2c730bd4cc25910",
"question": "Will Bitcoin reach $100k?",
"outcome": "Yes",
"slug": "will-bitcoin-reach-100k-yes",
"description": "Buy Yes if you think Bitcoin will trade at or above $100,000 before market expiry.",
"image": "https://example.com/bitcoin-market.png",
"left_outcome": "Yes",
"right_outcome": "No",
"left_price": "0.65",
"right_price": "0.35",
"left_token_id": "21742633143463906290569050155826241533067272736897614950488156847949938836455",
"right_token_id": "48572956138472615938471625938471659384716593847165938471659384716593847165938",
"winner_token_id": "",
"active": true,
"resolved": false,
"fees": true,
"decimals": 6,
"liquidity": "1500000",
"volume": "5000000",
"volume24hr": "250000",
"volume1wk": "900000",
"volume1mo": "2200000",
"volume1yr": "5000000",
"rewards": {
"rewards": false
},
"created_at": "2026-01-01T00:00:00",
"updated_at": "2026-01-01T00:00:00",
"ends_at": "2026-12-31T23:59:59"
}
}
]
}