Skip to main content
Base URL: https://api.chipipay.com/v1

When to use

What you can build

  • Crypto wallet — Show balances in local currency. /prices?tokens=ETH,USDC&fiat=MXN gives you everything: price, 24h change, market cap, and MXN conversion rate. Free, no credit cost.
  • Portfolio tracker/prices for all token values + /prices/currencies for fiat conversion. Update every 30 seconds.
  • Price alert bot — Poll /prices and notify users when a token crosses a threshold.
  • Trading dashboard/signals?tokens=ETH,BTC for RSI, MACD, Bollinger Bands, trend classification, and signal strength.
  • DeFi yield aggregator/signals?chain=starknet returns top DeFi pools with APY and TVL from DefiLlama.
  • Market sentiment widget/signals includes the Fear & Greed Index (0-100) with a human-readable label.
  • Multi-chain price API — One call covers Ethereum, Starknet, Solana, Base, Arbitrum, Polygon, and 5 more chains. Filter with ?chain= to get only the tokens relevant to your app.

GET /ai/prices

Real-time token prices for 90 tokens across 11 chains. Refreshed every 30 seconds from CoinGecko. Free — no credit debit.

Query parameters

To compute a price in local currency: ETH in MXN = 2223.98 x 17.31 = MX$38,497.

Supported chains

11 chains tracked. Each token lists which chains it’s available on.

Token categories


GET /ai/signals

Technical indicators, market sentiment, and DeFi yields. Computed from 30-second price snapshots. Cost: Free up to 100 calls per org per calendar month (UTC). Beyond that, $0.0005 per call debited from your Chipi credits. DEV-environment API keys (pk_dev_* / sk_dev_*) are always free and don’t count against the quota.

Query parameters

Signal definitions

Signals need ~7 minutes of price data after server start. If you get a 503, wait and retry.