Skip to content

List Supported Bridge Assets

GET /supported-assets

Server: https://bridge.openfish.me (port 3004)

Auth: None

Tags: Bridge

The FISH environment bridge is intentionally narrow: it only supports the FISH BEP-20 on BSC. It does not support USDC, USDC.e, Solana, Bitcoin, arbitrary third-party tokens, cross-chain swaps, or automatic conversion.


200

{
"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."
}

Terminal window
curl "https://bridge.openfish.me/supported-assets"