{
  "name": "AIC-BSC Bridge TX Query API",
  "version": "1.0.0",
  "time": "2026-05-13T16:53:21.088Z",
  "dataSource": "Relayer databases",
  "config": {
    "gasSubsidyThreshold": "0.000000000000000001 AIC",
    "gasSubsidyAmount": "0.005 AIC",
    "feeRatePct": "5%",
    "feeFixedUsdi": "1 USDI",
    "bscExplorer": "https://bscscan.com",
    "aicExplorer": "https://scan.aicchain.io"
  },
  "endpoints": {
    "GET /api/status": "Service status and DB statistics",
    "GET /api/tx/bsc/:txHash": "BSC→AIC query (deposit / claim / fund txHash accepted)",
    "GET /api/tx/aic/:txHash": "AIC→BSC query (deposit / claim txHash accepted)",
    "GET /api/tx/:txHash": "Auto-detect direction",
    "GET /api/list/bsc": "List all processed BSC→AIC records (supports ?limit=&offset=)",
    "GET /api/list/aic": "List all processed AIC→BSC records (supports ?limit=&offset=)"
  }
}