Introduction

RamenFi API Reference

RamenFi is a decentralized exchange (DEX) built on Push Chain (Donut Testnet). It provides concentrated liquidity pools in the style of Uniswap V3, with first-class support for cross-chain token swaps powered by the Push Chain bridge.

The RamenFi REST API lets developers integrate token swaps, liquidity management, and portfolio queries directly into their applications without needing to interact with smart contracts manually.

Key Features

  • Cross-chain swaps — move tokens between Ethereum, Arbitrum, Base, BNB Chain, Solana, and Push Chain in a single user action
  • Concentrated liquidity — Uniswap V3-style tick-range positions with fee tiers of 0.01%, 0.05%, 0.3%, and 1%
  • Quote & Swap separation — get a price quote first, then build transaction calldata with full slippage control
  • Transaction step builder — API returns ready-to-execute transaction steps; your app just signs and sends them
  • Portfolio endpoints — query positions and full transaction history for any wallet

Supported Networks

NetworkChain IDRole
Push Chain (Donut Testnet)eip155:42101Execution chain — all swaps settle here
Ethereum Sepoliaeip155:11155111Source / destination for cross-chain
Arbitrum Sepoliaeip155:421614Source / destination for cross-chain
Base Sepoliaeip155:84532Source / destination for cross-chain
BNB Chain Testneteip155:97Source / destination for cross-chain
Solana Devnetsolana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1Source / destination for cross-chain
Ramen Footer Background