Skip to main content
GET
/
partner
/
wallets
/
chains
List supported wallet chains
curl --request GET \
  --url https://api.stabyl.com/v1/partner/wallets/chains
{
  "data": {
    "rails": [
      {
        "code": "USDC",
        "decimals": 6,
        "deposit_enabled": true,
        "display_name": "USD Coin",
        "rail_type": "stablecoin",
        "routes": [
          {
            "chain": {
              "explorer_url": "https://basescan.org/tx/{tx_hash}",
              "logo": "https://www.base.org/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fpartner.c0800f8b.png&w=750&q=99",
              "name": "Base",
              "slug": "base",
              "symbol": "ETH",
              "token_standard": "ERC20"
            },
            "deposit_enabled": true,
            "network": "evm",
            "settlement_rail": "USDC",
            "wallet_currency": "USD",
            "withdrawal_enabled": true
          }
        ],
        "wallet_currency": "USD",
        "withdrawal_enabled": true
      }
    ]
  },
  "status": "success"
}

Documentation Index

Fetch the complete documentation index at: https://stabyl.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Use this route list as the source of truth before showing deposit instructions. Chain availability can differ by environment.

Response

Supported wallet chains

data
object
required

Supported stablecoin settlement rails and blockchain routes.

status
enum<string>
required
Available options:
success