New API users should migrate to deposit wallets. Read the migration guide.
curl --request POST \
--url https://bridge.polymarket.com/deposit \
--header 'Content-Type: application/json' \
--data '
{
"address": "0x56687bf447db6ffa42ffe2204a05edaa20f55839"
}
'{
"address": {
"evm": "0x23566f8b2E82aDfCf01846E54899d110e97AC053",
"svm": "CrvTBvzryYxBHbWu2TiQpcqD5M7Le7iBKzVmEj3f36Jb",
"btc": "bc1q8eau83qffxcj8ht4hsjdza3lha9r3egfqysj3g"
},
"note": "Only certain chains and tokens are supported. See /supported-assets for details."
}curl --request POST \
--url https://bridge.polymarket.com/deposit \
--header 'Content-Type: application/json' \
--data '
{
"address": "0x56687bf447db6ffa42ffe2204a05edaa20f55839"
}
'{
"address": {
"evm": "0x23566f8b2E82aDfCf01846E54899d110e97AC053",
"svm": "CrvTBvzryYxBHbWu2TiQpcqD5M7Le7iBKzVmEj3f36Jb",
"btc": "bc1q8eau83qffxcj8ht4hsjdza3lha9r3egfqysj3g"
},
"note": "Only certain chains and tokens are supported. See /supported-assets for details."
}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.
Your Polymarket wallet address where deposited funds will be credited as pUSD
^0x[a-fA-F0-9]{40}$"0x56687bf447db6ffa42ffe2204a05edaa20f55839"
Was this page helpful?