List Supported Bridge Assets
Endpoint
Section titled “Endpoint”GET /supported-assets
Server: https://bridge.openfish.me (port 3004)
Auth: None
Tags: Bridge
The meme environment bridge is intentionally narrow: it only supports the configured BSC platform meme ERC-20. It does not support USDC, USDC.e, Solana, Bitcoin, arbitrary meme tokens, cross-chain swaps, or automatic conversion.
Response
Section titled “Response”200
{ "supportedAssets": [ { "chainId": "56", "chainName": "BSC", "token": { "name": "agentic money", "symbol": "agentic money", "address": "0xaE71fd8baCc2f17C43a01C3F4aFF6dEEbc194444", "decimals": 18 }, "minCheckoutUsd": 0.0, "minDepositBaseUnit": "0" } ], "note": "Only agentic money on BSC is supported."}curl "https://bridge.openfish.me/supported-assets"