Sponge Trading API

The Trading API from Sponge — 1 operation(s) for trading.

Operations 1

POST /api/hyperliquid Trade on Hyperliquid #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/sponge-trading-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

sponge-trading-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Sponge public Agents Trading API
  version: 1.0.0
  description: Public REST endpoints for agents, wallets, transfers, payments, cards, MPP, trading, and fiat onramps.
servers:
- url: https://api.wallet.paysponge.com
  description: Production
security:
- bearerAuth: []
tags:
- name: Trading
paths:
  /api/hyperliquid:
    post:
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              required:
              - action
              properties:
                action:
                  type: string
                  enum:
                  - status
                  - order
                  - cancel
                  - cancel_all
                  - set_leverage
                  - positions
                  - orders
                  - fills
                  - markets
                  - ticker
                  - orderbook
                  - funding
                  - withdraw
                  - transfer
                  - set_abstraction
                symbol:
                  type: string
                side:
                  type: string
                  enum:
                  - buy
                  - sell
                type:
                  type: string
                  enum:
                  - limit
                  - market
                amount:
                  type: string
                price:
                  type: string
                reduce_only:
                  type: boolean
                trigger_price:
                  type: string
                tp_sl:
                  type: string
                  enum:
                  - tp
                  - sl
                tif:
                  type: string
                  enum:
                  - GTC
                  - IOC
                  - PO
                order_id:
                  type: string
                leverage:
                  type: number
                since:
                  type: number
                limit:
                  type: number
                offset:
                  type: number
                query:
                  type: string
                market_type:
                  type: string
                  enum:
                  - spot
                  - swap
                full:
                  type: boolean
                destination:
                  type: string
                to_perp:
                  type: boolean
                abstraction:
                  type: string
                  enum:
                  - disabled
                  - unifiedAccount
                  - portfolioMargin
          application/x-www-form-urlencoded:
            schema:
              type: object
              required:
              - action
              properties:
                action:
                  type: string
                  enum:
                  - status
                  - order
                  - cancel
                  - cancel_all
                  - set_leverage
                  - positions
                  - orders
                  - fills
                  - markets
                  - ticker
                  - orderbook
                  - funding
                  - withdraw
                  - transfer
                  - set_abstraction
                symbol:
                  type: string
                side:
                  type: string
                  enum:
                  - buy
                  - sell
                type:
                  type: string
                  enum:
                  - limit
                  - market
                amount:
                  type: string
                price:
                  type: string
                reduce_only:
                  type: boolean
                trigger_price:
                  type: string
                tp_sl:
                  type: string
                  enum:
                  - tp
                  - sl
                tif:
                  type: string
                  enum:
                  - GTC
                  - IOC
                  - PO
                order_id:
                  type: string
                leverage:
                  type: number
                since:
                  type: number
                limit:
                  type: number
                offset:
                  type: number
                query:
                  type: string
                market_type:
                  type: string
                  enum:
                  - spot
                  - swap
                full:
                  type: boolean
                destination:
                  type: string
                to_perp:
                  type: boolean
                abstraction:
                  type: string
                  enum:
                  - disabled
                  - unifiedAccount
                  - portfolioMargin
          multipart/form-data:
            schema:
              type: object
              required:
              - action
              properties:
                action:
                  type: string
                  enum:
                  - status
                  - order
                  - cancel
                  - cancel_all
                  - set_leverage
                  - positions
                  - orders
                  - fills
                  - markets
                  - ticker
                  - orderbook
                  - funding
                  - withdraw
                  - transfer
                  - set_abstraction
                symbol:
                  type: string
                side:
                  type: string
                  enum:
                  - buy
                  - sell
                type:
                  type: string
                  enum:
                  - limit
                  - market
                amount:
                  type: string
                price:
                  type: string
                reduce_only:
                  type: boolean
                trigger_price:
                  type: string
                tp_sl:
                  type: string
                  enum:
                  - tp
                  - sl
                tif:
                  type: string
                  enum:
                  - GTC
                  - IOC
                  - PO
                order_id:
                  type: string
                leverage:
                  type: number
                since:
                  type: number
                limit:
                  type: number
                offset:
                  type: number
                query:
                  type: string
                market_type:
                  type: string
                  enum:
                  - spot
                  - swap
                full:
                  type: boolean
                destination:
                  type: string
                to_perp:
                  type: boolean
                abstraction:
                  type: string
                  enum:
                  - disabled
                  - unifiedAccount
                  - portfolioMargin
      operationId: postApiHyperliquid
      tags:
      - Trading
      summary: Trade on Hyperliquid
      description: Trade on Hyperliquid via POST.
      responses:
        '200':
          description: Successful response.
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: API Key