New API users should migrate to deposit wallets. Read the migration guide.
curl --request POST \
--url https://bridge.polymarket.com/quote \
--header 'Content-Type: application/json' \
--data '
{
"fromAmountBaseUnit": "10000000",
"fromChainId": "137",
"fromTokenAddress": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"recipientAddress": "0x17eC161f126e82A8ba337f4022d574DBEaFef575",
"toChainId": "137",
"toTokenAddress": "0xC011a7E12a19f7B1f670d46F03B03f3342E82DFB"
}
'{
"estCheckoutTimeMs": 25000,
"estFeeBreakdown": {
"appFeeLabel": "Fun.xyz fee",
"appFeePercent": 0,
"appFeeUsd": 0,
"fillCostPercent": 0,
"fillCostUsd": 0,
"gasUsd": 0.003854,
"maxSlippage": 0,
"minReceived": 14.488305,
"swapImpact": 0,
"swapImpactUsd": 0,
"totalImpact": 0,
"totalImpactUsd": 0
},
"estInputUsd": 14.488305,
"estOutputUsd": 14.488305,
"estToTokenBaseUnit": "14491203",
"quoteId": "0x00c34ba467184b0146406d62b0e60aaa24ed52460bd456222b6155a0d9de0ad5"
}curl --request POST \
--url https://bridge.polymarket.com/quote \
--header 'Content-Type: application/json' \
--data '
{
"fromAmountBaseUnit": "10000000",
"fromChainId": "137",
"fromTokenAddress": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"recipientAddress": "0x17eC161f126e82A8ba337f4022d574DBEaFef575",
"toChainId": "137",
"toTokenAddress": "0xC011a7E12a19f7B1f670d46F03B03f3342E82DFB"
}
'{
"estCheckoutTimeMs": 25000,
"estFeeBreakdown": {
"appFeeLabel": "Fun.xyz fee",
"appFeePercent": 0,
"appFeeUsd": 0,
"fillCostPercent": 0,
"fillCostUsd": 0,
"gasUsd": 0.003854,
"maxSlippage": 0,
"minReceived": 14.488305,
"swapImpact": 0,
"swapImpactUsd": 0,
"totalImpact": 0,
"totalImpactUsd": 0
},
"estInputUsd": 14.488305,
"estOutputUsd": 14.488305,
"estToTokenBaseUnit": "14491203",
"quoteId": "0x00c34ba467184b0146406d62b0e60aaa24ed52460bd456222b6155a0d9de0ad5"
}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.
Amount of tokens to send
"10000000"
Source Chain ID
"137"
Source token address
"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359"
Address of the recipient
"0x17eC161f126e82A8ba337f4022d574DBEaFef575"
Destination Chain ID
"137"
Destination token address
"0xC011a7E12a19f7B1f670d46F03B03f3342E82DFB"
Quote retrieved successfully
Estimated time to complete the checkout in milliseconds
25000
Breakdown of the estimated fees
Show child attributes
Estimated token amount received in USD
14.488305
Estimated token amount sent in USD
14.488305
Estimated token amount received
"14491203"
Unique quote id of the request
"0x00c34ba467184b0146406d62b0e60aaa24ed52460bd456222b6155a0d9de0ad5"
Was this page helpful?