Public Endpoints And Token
The FISH/off-chain deployment uses a BSC FISH Bridge and Openfish ledger trading. The current production path is:
FISH token on BSC -> Bridge -> Openfish CLOB ledger -> app/API tradingPublic Endpoints
Section titled “Public Endpoints”| Service | URL | Purpose |
|---|---|---|
| App | https://openfish.me | Public market UI |
| CLOB API | https://api.openfish.me | Orders, balances, market data, waitlist, agent APIs |
| Gamma API | https://gamma.openfish.me | Events, markets, metadata, comments |
| Data API | https://data.openfish.me | Positions, value, leaderboard, analytics |
| Bridge API | https://bridge.openfish.me | BSC FISH deposits and withdrawals |
| Docs | https://docs.openfish.me | Developer and product docs |
WebSocket endpoints:
| Channel | URL |
|---|---|
| Market | wss://api.openfish.me/ws/market |
| User | wss://api.openfish.me/ws/user |
| RTDS | wss://api.openfish.me/ws/rtds |
| Sports | wss://api.openfish.me/ws/sports |
| Comments | wss://gamma.openfish.me/ws/comments |
FISH Token
Section titled “FISH Token”The Bridge supports one FISH token on BSC.
| Field | Current default |
|---|---|
| Chain | BSC |
| Chain ID | 56 |
| Token address | 0xdcc3990630eB5Ffd8914d639198cCa593e59465A |
| Token name | FISH |
| Token symbol | FISH |
| Decimals | 18 |
| Logo canonical URL | https://openfish.me/fish-logo-1024.png |
| Public metadata JSON | https://openfish.me/fish-token.json |
Public Market Links
Section titled “Public Market Links”| Field | Current value |
|---|---|
PancakeSwap V2 FISH/BNB pair | 0xf663Ae3318d82f6b9Dc94923399A80c55CD45bb3 |
| Committed Initial LP Tokens | 2236067977499789695409 |
| PancakeSwap pair page | https://pancakeswap.finance/info/v2/pairs/0xf663ae3318d82f6b9dc94923399a80c55cd45bb3 |
| DEX Screener | https://dexscreener.com/bsc/0xf663ae3318d82f6b9dc94923399a80c55cd45bb3 |
| GMGN | https://gmgn.ai/bsc/token/0xdcc3990630eb5ffd8914d639198cca593e59465a |
The initial LP tokens are held by the Openfish liquidity wallet under a public 100% six-month no-transfer / no-liquidity-removal commitment. This is not a third-party lock and not an on-chain timelock.
The public integration contract is intentionally narrow: Openfish exposes FISH deposits, withdrawals, CLOB trading APIs, market data APIs, and WebSocket feeds. Non-public systems and operator-only implementation details are not part of the public documentation surface.