Skip to content

Supported Assets

GET https://bridge.openfish.me/supported-assets
Terminal window
curl https://bridge.openfish.me/supported-assets
{
"supportedAssets": [
{
"chainId": "56",
"chainName": "BSC",
"token": {
"name": "FISH",
"symbol": "FISH",
"address": "0xdcc3990630eB5Ffd8914d639198cCa593e59465A",
"decimals": 18
},
"minCheckoutUsd": 0.0,
"minDepositBaseUnit": "0"
}
],
"note": "Only FISH on BSC is supported."
}

The FISH bridge does not support:

  • USDC or USDC.e.
  • Solana or Bitcoin deposits.
  • Cross-chain transfers.
  • Automatic token conversion through normal deposits.
  • Arbitrary third-party tokens not configured by the platform.
  • Always verify chainId, token address, and token decimals before sending funds.
  • Treat the response as the source of truth; the platform token address can be changed by configuration.
  • Send only the listed token on the listed chain.
  • Deposit — Generate a BSC deposit address.
  • BNB To FISH Swap — Use explicit quote and execute when a wallet has BNB but no FISH.
  • Withdraw — Withdraw FISH to a BSC wallet.
  • Check Status — Track bridge activity.