{"openapi":"3.1.0","info":{"title":"Mynt DeFi Analytics API","version":"2.1.0","description":"Payment-gated DeFi analytics API with x402 and MPP protocol support. Provides AI-powered analysis for trenches, traders, LP pools, DeFi yields, and cross-chain operations on Base Mainnet.","x-guidance":"This API provides DeFi analytics across multiple categories: Use POST /mpp/ask for natural language DeFi queries. Use POST /mpp/defi/tvl and /mpp/defi/yields for DeFi protocol data. Use POST /mpp/traders/top-wallets for wallet analytics. Use GET /mpp/trenches/token/{mint} for token analysis. Use GET /mpp/lp/meteora/pools for liquidity pool data. All endpoints require payment via x402 or MPP (Tempo) protocol."},"x-discovery":{"ownershipProofs":[]},"servers":[{"url":"https://mpp.myntagent.fun"}],"paths":{"/mpp/ask":{"post":{"operationId":"ask","summary":"Natural language DeFi query (MPP)","tags":["ask"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.025000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"query":{"type":"string","description":"Natural language DeFi question"}},"required":["query"]}}}}}},"/mpp/defi/tvl":{"post":{"operationId":"defi_tvl","summary":"Chain TVL data (MPP)","tags":["defi"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.001000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"chain":{"type":"string","description":"Chain filter: solana|ethereum|all"},"limit":{"type":"integer","description":"Max results"}},"required":["chain","limit"]}}}}}},"/mpp/defi/yields":{"post":{"operationId":"defi_yields","summary":"Yield pool data (MPP)","tags":["defi"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.002000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"chain":{"type":"string","description":"Chain filter"},"stablecoin":{"type":"string","description":"true to filter stablecoins"},"min_apy":{"type":"number","description":"Min APY %"},"limit":{"type":"integer","description":"Max results"}},"required":["chain","stablecoin","min_apy","limit"]}}}}}},"/mpp/debridge/quote":{"post":{"operationId":"debridge_quote","summary":"Cross-chain quote (MPP)","tags":["debridge"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.002000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"src":{"type":"string","description":"Source chain (solana|arbitrum|ethereum|base)"},"dst":{"type":"string","description":"Destination chain"},"token":{"type":"string","description":"Token symbol"},"amount":{"type":"string","description":"Human-readable amount"}},"required":["src","dst","token","amount"]}}}}}},"/mpp/debridge/yield-migrate":{"post":{"operationId":"debridge_yield-migrate","summary":"Yield migration advisor (MPP)","tags":["debridge"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.005000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"src":{"type":"string","description":"Source chain"},"token":{"type":"string","description":"Token symbol"},"amount":{"type":"string","description":"Amount in human units"}},"required":["src","token","amount"]}}}}}},"/mpp/traders/top-wallets":{"post":{"operationId":"traders_top-wallets","summary":"Top performing wallets (MPP)","tags":["traders"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.008000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"limit":{"type":"integer","description":"Max results (default 10)"}},"required":["limit"]}}}}}},"/mpp/trenches/new-tokens":{"post":{"operationId":"trenches_new-tokens","summary":"New token launches (MPP)","tags":["trenches"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.008000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"limit":{"type":"integer","description":"Max results (default 10)"}},"required":["limit"]}}}}}},"/mpp/trenches/graduating":{"post":{"operationId":"trenches_graduating","summary":"Tokens near graduation (MPP)","tags":["trenches"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.003000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"limit":{"type":"integer","description":"Max results (default 10)"}},"required":["limit"]}}}}}},"/mpp/trenches/bags/new-tokens":{"post":{"operationId":"trenches_bags_new-tokens","summary":"New tokens from Bags.fm (MPP)","tags":["trenches"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.008000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"limit":{"type":"integer","description":"Max results (default 10)"}},"required":["limit"]}}}}}},"/mpp/traders/token/{mint}/ohlcv":{"get":{"operationId":"traders_token_mint_ohlcv","summary":"OHLCV candle data (MPP)","tags":["traders"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.002000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"mint","in":"path","required":true,"schema":{"type":"string"},"description":"The mint identifier"}]}},"/mpp/traders/token/{mint}/whales":{"get":{"operationId":"traders_token_mint_whales","summary":"Whale holders (MPP)","tags":["traders"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.003000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"mint","in":"path","required":true,"schema":{"type":"string"},"description":"The mint identifier"}]}},"/mpp/traders/wallet/{address}/intel":{"get":{"operationId":"traders_wallet_address_intel","summary":"Wallet intelligence (MPP)","tags":["traders"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.012000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string"},"description":"The address identifier"}]}},"/mpp/traders/wallet/{address}/pnl":{"get":{"operationId":"traders_wallet_address_pnl","summary":"Wallet PnL (MPP)","tags":["traders"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.005000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string"},"description":"The address identifier"}]}},"/mpp/trenches/token/{mint}":{"get":{"operationId":"trenches_token_mint","summary":"Token info (MPP)","tags":["trenches"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.002000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"mint","in":"path","required":true,"schema":{"type":"string"},"description":"The mint identifier"}]}},"/mpp/trenches/token/{mint}/verdict":{"get":{"operationId":"trenches_token_mint_verdict","summary":"AI verdict (MPP)","tags":["trenches"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.015000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"mint","in":"path","required":true,"schema":{"type":"string"},"description":"The mint identifier"}]}},"/mpp/trenches/curve/{mint}":{"get":{"operationId":"trenches_curve_mint","summary":"Bonding curve (MPP)","tags":["trenches"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.001000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"mint","in":"path","required":true,"schema":{"type":"string"},"description":"The mint identifier"}]}},"/mpp/lp/meteora/pools":{"get":{"operationId":"lp_meteora_pools","summary":"Meteora pools (MPP)","tags":["lp"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.001000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}}}},"/mpp/lp/meteora/pools/recommend":{"get":{"operationId":"lp_meteora_pools_recommend","summary":"AI-recommended pools (MPP)","tags":["lp"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.008000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}}}},"/mpp/lp/meteora/pools/strategy":{"get":{"operationId":"lp_meteora_pools_strategy","summary":"LP strategy optimizer (MPP)","tags":["lp"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.020000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}}}},"/mpp/lp/meteora/pools/{address}":{"get":{"operationId":"lp_meteora_pools_address","summary":"Pool detail (MPP)","tags":["lp"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.003000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string"},"description":"The address identifier"}]}},"/mpp/lp/wallet/{address}/positions":{"get":{"operationId":"lp_wallet_address_positions","summary":"LP positions (MPP)","tags":["lp"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.004000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string"},"description":"The address identifier"}]}},"/ask":{"post":{"operationId":"x402_ask","summary":"Natural language DeFi query — ask anything","tags":["ask"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.025000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"query":{"type":"string","description":"Natural language DeFi question"}},"required":["query"]}}}}}},"/base/ask":{"post":{"operationId":"x402_base_ask","summary":"Natural language DeFi query (Base)","tags":["base"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.025000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"query":{"type":"string","description":"Natural language DeFi question"}},"required":["query"]}}}}}},"/debridge/quote":{"post":{"operationId":"x402_debridge_quote","summary":"Cross-chain quote (powered by deBridge DLN)","tags":["debridge"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.002000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"src":{"type":"string","description":"Source chain (solana|arbitrum|ethereum|base)"},"dst":{"type":"string","description":"Destination chain"},"token":{"type":"string","description":"Token symbol"},"amount":{"type":"string","description":"Human-readable amount"}},"required":["src","dst","token","amount"]}}}}}},"/base/debridge/quote":{"post":{"operationId":"x402_base_debridge_quote","summary":"Cross-chain quote (Base)","tags":["base"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.002000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"src":{"type":"string","description":"Source chain"},"dst":{"type":"string","description":"Destination chain"},"token":{"type":"string","description":"Token symbol"},"amount":{"type":"string","description":"Amount"}},"required":["src","dst","token","amount"]}}}}}},"/debridge/yield-migrate":{"post":{"operationId":"x402_debridge_yield-migrate","summary":"Cross-chain yield migration advisor","tags":["debridge"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.005000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"src":{"type":"string","description":"Source chain"},"token":{"type":"string","description":"Token symbol"},"amount":{"type":"string","description":"Amount in human units"}},"required":["src","token","amount"]}}}}}},"/base/debridge/yield-migrate":{"post":{"operationId":"x402_base_debridge_yield-migrate","summary":"Yield migration advisor (Base)","tags":["base"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.005000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"src":{"type":"string","description":"Source chain"},"token":{"type":"string","description":"Token symbol"},"amount":{"type":"string","description":"Amount"}},"required":["src","token","amount"]}}}}}},"/defi/tvl":{"post":{"operationId":"x402_defi_tvl","summary":"Chain TVL data","tags":["defi"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.001000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"chain":{"type":"string","description":"Chain filter: solana|ethereum|all"},"limit":{"type":"integer","description":"Max results"}},"required":["chain","limit"]}}}}}},"/base/defi/tvl":{"post":{"operationId":"x402_base_defi_tvl","summary":"Chain TVL data (Base)","tags":["base"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.001000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"chain":{"type":"string","description":"Chain filter: solana|ethereum|all"},"limit":{"type":"integer","description":"Max results"}},"required":["chain","limit"]}}}}}},"/defi/yields":{"post":{"operationId":"x402_defi_yields","summary":"Yield pool data","tags":["defi"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.002000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"chain":{"type":"string","description":"Chain filter"},"stablecoin":{"type":"string","description":"true to filter stablecoins"},"min_apy":{"type":"number","description":"Min APY %"},"limit":{"type":"integer","description":"Max results"}},"required":["chain","stablecoin","min_apy","limit"]}}}}}},"/base/defi/yields":{"post":{"operationId":"x402_base_defi_yields","summary":"Yield pool data (Base)","tags":["base"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.002000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"chain":{"type":"string","description":"Chain filter"},"stablecoin":{"type":"string","description":"true to filter stablecoins"},"min_apy":{"type":"number","description":"Min APY %"},"limit":{"type":"integer","description":"Max results"}},"required":["chain","stablecoin","min_apy","limit"]}}}}}},"/traders/top-wallets":{"post":{"operationId":"x402_traders_top-wallets","summary":"Top performing wallets","tags":["traders"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.008000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"limit":{"type":"integer","description":"Max results (default 10)"}},"required":["limit"]}}}}}},"/base/traders/top-wallets":{"post":{"operationId":"x402_base_traders_top-wallets","summary":"Top performing wallets (Base)","tags":["base"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.008000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"limit":{"type":"integer","description":"Max results (default 10)"}},"required":["limit"]}}}}}},"/traders/token/{mint}/ohlcv":{"get":{"operationId":"x402_traders_token_mint_ohlcv","summary":"OHLCV candle data for token","tags":["traders"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.002000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"mint","in":"path","required":true,"schema":{"type":"string"}}]}},"/traders/token/{mint}/whales":{"get":{"operationId":"x402_traders_token_mint_whales","summary":"Whale holders for token","tags":["traders"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.003000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"mint","in":"path","required":true,"schema":{"type":"string"}}]}},"/traders/wallet/{address}/intel":{"get":{"operationId":"x402_traders_wallet_address_intel","summary":"Wallet intelligence report","tags":["traders"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.012000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string"}}]}},"/traders/wallet/{address}/pnl":{"get":{"operationId":"x402_traders_wallet_address_pnl","summary":"Wallet PnL breakdown","tags":["traders"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.005000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string"}}]}},"/traders/wallet/{address}/positions":{"get":{"operationId":"x402_traders_wallet_address_positions","summary":"Wallet open positions","tags":["traders"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.003000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string"}}]}},"/trenches/new-tokens":{"post":{"operationId":"x402_trenches_new-tokens","summary":"New token launches from PumpPortal","tags":["trenches"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.008000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"limit":{"type":"integer","description":"Max results (default 10)"}},"required":["limit"]}}}}}},"/base/trenches/new-tokens":{"post":{"operationId":"x402_base_trenches_new-tokens","summary":"New token launches (Base)","tags":["base"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.008000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"limit":{"type":"integer","description":"Max results (default 10)"}},"required":["limit"]}}}}}},"/trenches/graduating":{"post":{"operationId":"x402_trenches_graduating","summary":"Tokens near graduation","tags":["trenches"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.003000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"limit":{"type":"integer","description":"Max results (default 10)"}},"required":["limit"]}}}}}},"/base/trenches/graduating":{"post":{"operationId":"x402_base_trenches_graduating","summary":"Tokens near graduation (Base)","tags":["base"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.003000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"limit":{"type":"integer","description":"Max results (default 10)"}},"required":["limit"]}}}}}},"/trenches/bags/new-tokens":{"post":{"operationId":"x402_trenches_bags_new-tokens","summary":"New tokens from Bags.fm","tags":["trenches"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.008000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"limit":{"type":"integer","description":"Max results (default 10)"}},"required":["limit"]}}}}}},"/base/trenches/bags/new-tokens":{"post":{"operationId":"x402_base_trenches_bags_new-tokens","summary":"New tokens from Bags.fm (Base)","tags":["base"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.008000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"limit":{"type":"integer","description":"Max results (default 10)"}},"required":["limit"]}}}}}},"/trenches/curve/{mint}":{"get":{"operationId":"x402_trenches_curve_mint","summary":"Bonding curve data","tags":["trenches"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.001000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"mint","in":"path","required":true,"schema":{"type":"string"}}]}},"/trenches/token/{mint}":{"get":{"operationId":"x402_trenches_token_mint","summary":"Token info and metadata","tags":["trenches"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.002000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"mint","in":"path","required":true,"schema":{"type":"string"}}]}},"/trenches/token/{mint}/snipers":{"get":{"operationId":"x402_trenches_token_mint_snipers","summary":"Sniper wallets for token launch","tags":["trenches"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.004000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"mint","in":"path","required":true,"schema":{"type":"string"}}]}},"/trenches/token/{mint}/verdict":{"get":{"operationId":"x402_trenches_token_mint_verdict","summary":"AI verdict — full token analysis","tags":["trenches"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.015000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"mint","in":"path","required":true,"schema":{"type":"string"}}]}},"/lp/meteora/pools":{"get":{"operationId":"x402_lp_meteora_pools","summary":"Meteora liquidity pools list","tags":["lp"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.001000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}}}},"/lp/meteora/pools/recommend":{"get":{"operationId":"x402_lp_meteora_pools_recommend","summary":"AI-recommended LP pools","tags":["lp"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.008000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}}}},"/lp/meteora/pools/strategy":{"get":{"operationId":"x402_lp_meteora_pools_strategy","summary":"LP strategy optimizer","tags":["lp"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.020000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}}}},"/lp/meteora/pools/{address}":{"get":{"operationId":"x402_lp_meteora_pools_address","summary":"Pool detail by address","tags":["lp"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.003000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string"}}]}},"/lp/positions/{id}/rebalance":{"get":{"operationId":"x402_lp_positions_id_rebalance","summary":"Position rebalance recommendation","tags":["lp"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}]}},"/lp/wallet/{address}/positions":{"get":{"operationId":"x402_lp_wallet_address_positions","summary":"LP positions for wallet","tags":["lp"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.004000"},"protocols":[{"x402":{}},{"mpp":{"method":"tempo","intent":"charge","currency":"USD"}}]},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"string"},"timestamp":{"type":"string"},"data":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"address","in":"path","required":true,"schema":{"type":"string"}}]}}}}