Categorygithub.com/jimmyplaza/max-exchange-api-go
repositorypackage
1.0.5
Repository: https://github.com/jimmyplaza/max-exchange-api-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

License GoDoc Go Report Card

max-exchange-api-go

MAX (Maicoin Assets eXchange) Go SDK

Examples

See the examples directory.

Documentation for API Endpoints

Notes

Private APIs require authentication. Pass your API tokens by AuthToken() or WSAuthToken() before using them.

RESTful APIs

All URIs are relative to https://max-api.maicoin.com

ClassGo MethodHTTP requestDescription
PublicCurrenciesGET /api/v2/currencies
PublicDepthGET /api/v2/depth
PublicKGET /api/v2/k
PublicMarketsGET /api/v2/markets
PublicOrderBookGET /api/v2/order_book
PublicTickersGET /api/v2/tickers
PublicTickerGET /api/v2/tickers/{market}
PublicTimestampGET /api/v2/timestamp
PublicTradesGET /api/v2/trades
ClassGo MethodHTTP requestDescription
PrivateDepositGET /api/v2/deposit
PrivateDepositAddressGET /api/v2/deposit_addressDeprecated
PrivateCreateDepositAddressesPOST /api/v2/deposit_addressescreate deposit addresses
PrivateDepositAddressesGET /api/v2/deposit_addresseswhere to deposit
PrivateDepositsGET /api/v2/deposits
PrivateMeGET /api/v2/members/me
PrivateOrderGET /api/v2/order
PrivateOrdersGET /api/v2/orders
PrivateMyTradesGET /api/v2/trades/my
PrivateWithdrawalGET /api/v2/withdrawal
PrivateWithdrawalsGET /api/v2/withdrawals
PrivateCancelOrderPOST /api/v2/order/delete
PrivateCancelOrdersPOST /api/v2/orders/clear
PrivateCreateOrderPOST /api/v2/orders
PrivateCreateOrdersPOST /api/v2/orders/multicreate multiple sell/buy orders

Websocket APIs (Beta)

ClassGo MethodDescription
PublicSubscribeTickerSubscribe the realtime price information
PublicSubscribeOrderBookSubscribe the realtime changes on order books
PublicSubscribeTradeSubscribe the realtime trades information
ClassGo MethodDescription
PrivateSubscribeAccountSubscribe the accounts changes for an user

API Reference

See MAX RESTful API List and MAX Websocket API List (Beta).