Skip to content

List Supported Bridge Assets

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.


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

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