MaiCoin Transaction API

Requires authentication

Operations 18

POST /api/v3/wallet/m/transfer make spot wallet m wallet transfer #
GET /api/v3/wallet/m/transfers transactions between spot wallet and m-wallet #
GET /api/v3/withdrawal Get api V3 withdrawal #
POST /api/v3/withdrawal Post api V3 withdrawal #
POST /api/v3/withdrawal/twd Post api V3 withdrawal twd #
GET /api/v3/withdrawals Get api V3 withdrawals #
GET /api/v3/deposit Get api V3 deposit #
GET /api/v3/deposits Get api V3 deposits #
GET /api/v3/internal_transfers Get api V3 internal transfers #
GET /api/v3/rewards Get api V3 rewards #
GET /api/v3/fund_transactions/deposits Get api V3 fund transactions deposits #
GET /api/v3/fund_transactions/deposit Get api V3 fund transactions deposit #
GET /api/v3/fund_transactions/withdrawals Get api V3 fund transactions withdrawals #
GET /api/v3/fund_transactions/withdrawal Get api V3 fund transactions withdrawal #
GET /api/v3/fund_transactions/transfers Get api V3 fund transactions transfers #
GET /api/v3/fund_transactions/transfer Get api V3 fund transactions transfer #
GET /api/v3/fund_transactions/rewards Get api V3 fund transactions rewards #
GET /api/v3/fund_transactions/reward Get api V3 fund transactions reward #

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/maicoin-transaction-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

maicoin-transaction-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: MAX V3 RESTful API List Transaction API
  description: '# Changelog


    * 舊版 v2 changelog


    * 2024-11-28

    * 新增 GET /api/v3/deposit_address API


    * 2024-08-30

    * 新版 API v3 釋出,請參考 API v3 列表。


    * 2026-08-15

    * 新增 系統狀態 API,用於查詢 MAX API 目前的系統服務狀態。


    # 基本介紹


    MAX 交易所提供 RESTful API 接口,讓開發者能夠程式化與自動化地進行交易操作,以提升交易體驗。所有 API 請求與回應皆使用 JSON 格式。


    ## API 類別

    | API 類別 | 身分驗證 | 流量限制 | 使用須知 |

    |----------|----------|-----------|----------|

    | 公開 API | 無需驗證 | 每個 IP 地址 1 分鐘最多 1200 請求 | 可直接使用 |

    | 私人 API | 需要驗證 | 每個帳號每分鐘內最多 1200 個請求 | 需要申請 API 密鑰 |


    # 身分驗證


    ## API 密鑰申請

    在開始使用 API…'
  version: 3.0.0
  x-logo:
    url: /logo.png
    altText: Max Restful Api
    href: https://max.maicoin.com/
servers:
- url: https://max-api.maicoin.com/
tags:


# --- truncated at 32 KB (51 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/maicoin/refs/heads/main/openapi/maicoin-transaction-api-openapi.yml