memeswap.fun
Developers

사람과 에이전트를 위한 경로.

Draft for counsel review. These endpoints support the first-party beta interface and may change without notice. They are not a supported public trading API. The canonical machine-readable description is OpenAPI 3.1 JSON.

현재 베타에서 제공

GET /api/tokens등재된 토큰의 시장 행과 갱신 맥락.
GET /api/token/:chain/:address저장된 상세 시장 및 위험 프로필.
GET /api/chains지원 체인 메타데이터.
GET /api/portfolio호출자가 제공한 공개 EVM 또는 솔라나 주소의 읽기 전용 보유 내역.
GET /api/quote지원되는 스왑에 대한 공급자 견적.
POST /api/build이전 견적과 공개 지갑 주소에 결합된 서명되지 않은 트랜잭션 데이터.
GET /api/xquote체인 간 경로 견적과, 가능한 경우 서명되지 않은 트랜잭션 자료.
GET /api/xstatus공급자가 보고한 현재 브리지 트랜잭션 상태.
POST /api/solrpc허용 목록 기반 솔라나 읽기와 이미 서명된 직렬화 트랜잭션의 제한된 중계.

인증과 서명 경계

현재 베타의 위 경로들은 API 사용자를 인증하지 않으며 호출자로부터 API 자격 증명을 받지 않습니다. 공개 지갑 주소는 라우팅 입력값이지 소유권 증명이 아닙니다. 서버는 내부적으로 자체 공급자 접근을 사용할 수 있지만, 그 자격 증명은 결코 공개 요청 또는 응답 계약의 일부가 아닙니다.

/api/build constructs unsigned material only. It does not authorize, sign, submit or confirm a transaction. A compatible caller-controlled wallet must show and sign the exact transaction. /api/solrpc is the narrow exception for submission: it can forward already-signed Solana bytes after verifying signatures, enforcing the 1,232-byte transaction limit, requiring preflight and bounding retries. It cannot create a signature, change the signed message or authorize the transaction.

속도 제한과 최신성

Limits are in-memory fixed windows of 60 seconds, identified by the Cloudflare client address when present and otherwise the socket address. /api/quote, /api/build and /api/xquote share 60 requests per client and 1,200 globally per window. Portfolio cache misses allow 12 per client and 300 globally. Solana RPC reads allow 60/1,200, single signed submissions 6/120, and signed batches of 2–10 transactions 2/20. Exhausted budgets return HTTP 429; process restarts reset the counters. These are current implementation limits, not service guarantees.

The token list is rebuilt at most once every 10 seconds. Identical portfolio requests can reuse a response for 30 seconds. Non-RPC application JSON responses carry Cache-Control: no-store, but internal reuse still applies and source market, profile, RPC and provider observations have independent timestamps and can be older. Quotes, transaction material, prices and bridge statuses can become stale before use; request a fresh quote and verify current chain state in the signing wallet.

위험과 가용성

Providers can be unavailable, routes can disappear, price coverage can be missing, and thin or adversarial markets can make estimates misleading. Token scores and risk fields are heuristics, not audits or safety guarantees. Validate recipient, chain, assets, amounts, approvals, fees, slippage and calldata before signing. See Safety, Fees and the Risk Disclosure.

MCP 상태: 개발 중

현재 배포된 공개 MemeSwap MCP 엔드포인트는 없습니다. 계획된 범위는 리서치용 읽기, 견적, 서명되지 않은 구성으로 한정됩니다. 지갑 비밀을 보관하지 않고, 메시지에 서명하지 않으며, 제한 없는 컨트랙트 호출을 보내지 않고, 범용 거래 실행 도구를 제공하지 않습니다. 권한 모델, 도구 이름, SDK 패키지, 서비스 보장은 아직 공개된 약속이 아닙니다.

수수료와 접근

수수료 바인딩, OAuth 메타데이터, SDK 패키지, 서비스 보장은 아직 공개 제공되지 않습니다. 문서화되지 않은 엔드포인트 위에 프로덕션 시스템을 구축하지 마세요.

보안

Report vulnerabilities privately to [email protected]. Agentic Labs LLC, San Antonio, Texas 78261.