Skip to main content
GET
/
supported-assets
Get supported assets
curl --request GET \
  --url https://bridge.polymarket.com/supported-assets
{
  "supportedAssets": [
    {
      "chainId": "1",
      "chainName": "Ethereum",
      "token": {
        "name": "USD Coin",
        "symbol": "USDC",
        "address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
        "decimals": 6
      },
      "minCheckoutUsd": 45
    }
  ]
}

Get Supported Assets

Retrieve all supported chains and tokens for deposits and withdrawals.

Response Details

This endpoint returns a list of supported blockchains and their available tokens, including:
  • Chain IDs and names
  • Token addresses and symbols
  • Token decimals and metadata
Note: All deposits are converted to USDC.e on Polygon. Use this endpoint to check which source chains and tokens are supported for bridging.

Response

Successfully retrieved supported assets

supportedAssets
object[]

List of supported assets with minimum deposit amounts