New API users should migrate to deposit wallets. Read the migration guide.
curl --request POST \
--url https://bridge.polymarket.com/withdraw \
--header 'Content-Type: application/json' \
--data '
{
"address": "0x9156dd10bea4c8d7e2d591b633d1694b1d764756",
"toChainId": "1",
"toTokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"recipientAddr": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
}
'{
"address": {
"evm": "0x23566f8b2E82aDfCf01846E54899d110e97AC053",
"svm": "CrvTBvzryYxBHbWu2TiQpcqD5M7Le7iBKzVmEj3f36Jb",
"btc": "bc1q8eau83qffxcj8ht4hsjdza3lha9r3egfqysj3g"
},
"note": "Send funds to these addresses to bridge to your destination chain and token."
}curl --request POST \
--url https://bridge.polymarket.com/withdraw \
--header 'Content-Type: application/json' \
--data '
{
"address": "0x9156dd10bea4c8d7e2d591b633d1694b1d764756",
"toChainId": "1",
"toTokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"recipientAddr": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
}
'{
"address": {
"evm": "0x23566f8b2E82aDfCf01846E54899d110e97AC053",
"svm": "CrvTBvzryYxBHbWu2TiQpcqD5M7Le7iBKzVmEj3f36Jb",
"btc": "bc1q8eau83qffxcj8ht4hsjdza3lha9r3egfqysj3g"
},
"note": "Send funds to these addresses to bridge to your destination chain and token."
}Documentation Index
Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
Use this file to discover all available pages before exploring further.
Source Polymarket wallet address on Polygon
^0x[a-fA-F0-9]{40}$"0x56687bf447db6ffa42ffe2204a05edaa20f55839"
Destination chain ID (e.g., "1" for Ethereum, "8453" for Base, "1151111081099710" for Solana)
"1"
Destination token contract address
"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
Destination wallet address where funds will be sent
"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
Was this page helpful?