Mga ruta para sa tao at sa agent.
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.
Available sa kasalukuyang beta
GET /api/tokens | Mga hilera ng merkado ng nakalistang token at konteksto ng pag-update. |
GET /api/token/:chain/:address | Detalyadong nakaimbak na profile ng merkado at panganib. |
GET /api/chains | Metadata ng mga suportadong network. |
GET /api/portfolio | Basahin-lamang na hawak para sa pampublikong EVM o Solana address na ibinigay ng tumatawag. |
GET /api/quote | Quote ng provider para sa suportadong swap. |
POST /api/build | Hindi pirmadong datos ng transaksyon na nakatali sa naunang quote at sa pampublikong address ng wallet. |
GET /api/xquote | Quote ng cross-chain na ruta at, kung available, hindi pirmadong materyal ng transaksyon. |
GET /api/xstatus | Kasalukuyang status ng bridge transaction ayon sa ulat ng provider. |
POST /api/solrpc | Mga pagbasa sa Solana na nasa allowlist at limitadong relay ng pirmado nang serialized na transaksyon. |
Authentication at hangganan ng pagpirma
Hindi nag-a-authenticate ng API user ang mga ruta ng kasalukuyang beta at hindi tumatanggap ng API credential mula sa tumatawag. Ang pampublikong address ng wallet ay input sa pagruruta, hindi patunay ng pagmamay-ari. Maaaring gamitin ng server ang sariling access nito sa provider sa loob, pero hindi kailanman bahagi ng pampublikong kontrata ng request o response ang mga credential na iyon.
/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.
Rate limit at kabaguhan
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.
Panganib at availability
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.
Status ng MCP: ginagawa pa
Walang pampublikong MemeSwap MCP endpoint na naka-deploy ngayon. Limitado ang binabalak na saklaw sa pagbabasa para sa pananaliksik, quote, at hindi pirmadong pagbuo. Hindi ito maghahawak ng sikreto ng wallet, hindi pipirma ng mensahe, hindi magpapadala ng walang limitasyong contract call, at hindi mag-aalok ng pangkalahatang kasangkapan sa pagsasagawa ng trade. Hindi pa pampublikong pangako ang modelo ng awtorisasyon, pangalan ng kasangkapan, SDK package, at garantiya ng serbisyo nito.
Bayarin at access
Hindi pa pampublikong inaalok ang pagtali ng bayarin, OAuth metadata, SDK package, at garantiya ng serbisyo. Huwag magtayo ng production system sa ibabaw ng mga endpoint na walang dokumentasyon.
Seguridad
Report vulnerabilities privately to [email protected]. Agentic Labs LLC, San Antonio, Texas 78261.