{"name":"ChainEquity Backend API","version":"1.0.0","description":"Relayer service and event indexer for tokenized securities","endpoints":{"health":"GET /health","wallets":{"approve":"POST /api/wallets/approve","revoke":"POST /api/wallets/revoke"},"tokens":{"mint":"POST /api/tokens/mint","info":"GET /api/tokens/info"},"corporateActions":{"split":"POST /api/corporate-actions/split","rename":"POST /api/corporate-actions/rename"},"capTable":{"get":"GET /api/cap-table","export":"GET /api/cap-table/export"},"allowlist":{"check":"GET /api/allowlist/:address","list":"GET /api/allowlist"},"relayer":{"submit":"POST /api/relayer/submit","address":"GET /api/relayer/address"},"transactions":{"list":"GET /api/transactions","byAddress":"GET /api/transactions/:address"}}}