GrelfSwap

Trade tokens and manage assets on the Hedera network through direct integration with SaucerSwap and MemeJob.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Get Status: GET /status — Check GrelfSwap API availability. Returns supported features, contract addresses, and SDK link. No wallet needed.
  • Get Prices: GET /prices — Get current USD prices for one or more Hedera tokens. No wallet needed.
  • Get Quote: GET /quote — Preview a swap quote before executing. Shows expected output, price impact, route, and fees. No wallet needed (wallet optional for prerequisite checks).

What data it sees

Do you need an account

No: the server works without sign-in

Trade tokens and manage assets on the Hedera network through direct integration with SaucerSwap and MemeJob. Execute advanced order types like limit and DCA orders while monitoring real-time prices and wallet balances. Simplify blockchain interactions by automating token associations and transaction signing preparations.

Server tool list (16)

Raw names from tools/list. Only developers need these.

get_statusGET /status — Check GrelfSwap API availability. Returns supported features, contract addresses, and SDK link. No wallet needed.
get_pricesGET /prices — Get current USD prices for one or more Hedera tokens. No wallet needed.
get_quoteGET /quote — Preview a swap quote before executing. Shows expected output, price impact, route, and fees. No wallet needed (wallet optional for prerequisite checks).
get_skillGET /skill — Get the complete SKILL.md API documentation as markdown text. Comprehensive reference for all endpoints. No wallet needed.
get_sdkGET /sdk.js — Get the hosted JavaScript signing helper SDK. Provides functions for signing and submitting Hedera transactions. No wallet needed.
get_balancesGET /balances — Get token balances for a Hedera wallet, grouped by source (HBAR, SaucerSwap, MemeJob). Zero balances filtered out. Requires wallet address.
execute_swapPOST /swap — Execute a token swap on Hedera via SaucerSwap or MemeJob. Returns unsigned transaction bytes to sign and submit. Requires wallet. Supports batch mode (HIP-551) for atomic multi-step swaps.
associate_tokenPOST /associate — Associate a token with a Hedera wallet. Required before receiving any HTS token. Returns unsigned transaction bytes to sign.
approve_allowancePOST /approve — Approve token spending allowance for GrelfSwap contracts. Required before swaps for HTS tokens (not needed for HBAR). Returns unsigned transaction bytes to sign.
transfer_tokensPOST /transfer — Transfer HBAR or HTS tokens between Hedera accounts. Returns unsigned transaction bytes to sign.
create_hcs_topicPOST /hcs/topic — Create a Hedera Consensus Service (HCS) topic. Returns unsigned transaction bytes to sign.
send_hcs_messagePOST /hcs/message — Send a message to an existing HCS topic. Returns unsigned transaction bytes to sign.
create_smart_orderPOST /smart-order — Create a limit order or DCA order on GrelfSwap. Supports four strategies: take profit, stop loss, buy cheaper, chase momentum. Requires wallet.
get_smart_ordersGET /smart-orders — List all smart orders (limit + DCA) for a wallet. Requires wallet address.
get_smart_orderGET /smart-order/:id — Get details of a specific smart order by ID. Requires wallet address for ownership verification.
cancel_smart_orderDELETE /smart-order/:id — Cancel an active smart order. Requires wallet address for ownership verification.