Supported Assets
Endpoint
Section titled “Endpoint”GET https://bridge.openfish.me/supported-assetsExample Request
Section titled “Example Request”curl https://bridge.openfish.me/supported-assetsResponse
Section titled “Response”{ "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."}Unsupported Assets
Section titled “Unsupported Assets”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.
Best Practices
Section titled “Best Practices”- Always verify
chainId, tokenaddress, and tokendecimalsbefore 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.
Next Steps
Section titled “Next Steps”- 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.