| Crates.io | maicoin_max |
| lib.rs | maicoin_max |
| version | 2.1.1 |
| created_at | 2021-11-28 07:59:49.01277+00 |
| updated_at | 2022-08-03 16:19:23.184197+00 |
| description | MaiCoin Max API client for Rust |
| homepage | https://github.com/COLDTURNIP/max-exchange-api-rs |
| repository | https://github.com/COLDTURNIP/max-exchange-api-rs |
| max_upload_size | |
| id | 488719 |
| size | 273,523 |
Latest REST API Introduction | Latest REST API Endpoints | Latest Websocket API Documentation
In Cargo.toml:
[dependencies]
maicoin_max = "2.1"
No feature flag required.
Get list of exchange supported currencies via public REST API: examples/get_currencies.rs
Private REST API authentication: examples/rest_auth.rs
Receiving tickers from public websocket API: examples/ws_client.rs
Websocket authentication and channel filtering: examples/ws_auth.rs
GET /api/v2/trades/my/of_orderGET /api/v2/trades/myGET /api/v2/withdrawalPOST /api/v2/withdrawalGET /api/v2/members/profileGET /api/v2/members/vip_levelGET /api/v2/members/meGET /api/v2/members/accounts/{path_currency}GET /api/v2/members/accountsGET /api/v2/depositsGET /api/v2/depositGET /api/v2/deposit_address (officially deprecated)GET /api/v2/deposit_addressesPOST /api/v2/deposit_addressesGET /api/v2/withdraw_addressesGET /api/v2/internal_transfersGET /api/v2/internal_transferGET /api/v2/rewards/{path_reward_type}GET /api/v2/rewardsGET /api/v2/yieldsGET /api/v2/max_rewards/yesterdayPOST /api/v2/orders/clearGET /api/v2/ordersPOST /api/v2/ordersPOST /api/v2/orders/multi/onebyonePOST /api/v2/order/deleteGET /api/v2/orderGET /api/v2/withdrawalsGET /api/v2/vip_levelsGET /api/v2/vip_levels/{level}GET /api/v2/currenciesGET /api/v2/kGET /api/v2/depthGET /api/v2/tradesGET /api/v2/marketsGET /api/v2/summaryGET /api/v2/tickers/{path_market}GET /api/v2/tickersGET /api/v2/timestampGET /api/v2/vip_levelsGET /api/v2/vip_levels/{level}GET /api/v2/withdrawal/constraintAuthentication & Subscribe
Order feeds
Trade feeds
Account feeds
Patches and pull requests are welcome. For major features or breaking changes, please open a ticket or start a discussion first so we can discuss what you would like to do.