Skip to main content
POST
/
deposit
Create deposit addresses
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."
}

Body

application/json
address
string
required

Your Polymarket wallet address

Example:

"0x56687bf447db6ffa42ffe2204a05edaa20f55839"

Response

Deposit addresses created successfully

address
object

Deposit addresses for different blockchain networks

note
string

Additional information about supported chains

Example:

"Only certain chains and tokens are supported. See /supported-assets for details."