Get all available currencies
GET /api/v2/currencies.json HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 10:30:51 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 13-8663677-8663683 NNNN CT(89 89 0) RT(1560508250855 182) q(0 0 2 -1) r(3 3) U5
X-CDN: Incapsula
Content-Length: 602
[{"id":"twd","precision":0},{"id":"btc","precision":8},<.. SNIPPED ..>,{"id":"seele","precision":8},{"id":"bcnt","precision":8}]
Get all available markets
GET /api/v2/markets.json HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 10:42:06 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 14-16649380-16649385 NNNN CT(86 87 0) RT(1560508926251 72) q(0 0 1 0) r(2 2) U5
X-CDN: Incapsula
Content-Length: 8311
[{"id":"maxtwd","name":"MAX/TWD","base_unit":"max","base_unit_precision":2,"quote_unit":"twd","quote_unit_precision":2},{"id":"btctwd","name":"BTC/TWD","base_unit":"btc","base_unit_precision":8,"quote_unit":"twd","quote_unit_precision":1},<.. SNIPPED ..>,{"id":"seeleusdt","name":"SEELE/USDT","base_unit":"seele","base_unit_precision":2,"quote_unit":"usdt","quote_unit_precision":6},{"id":"seelemax","name":"SEELE/MAX","base_unit":"seele","base_unit_precision":2,"quote_unit":"max","quote_unit_precision":6}]
Get ticker of all markets
GET /api/v2/tickers.json HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 10:46:00 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 13-8705019-8705026 NNNN CT(80 82 0) RT(1560509160244 74) q(0 0 1 0) r(3 3) U5
X-CDN: Incapsula
Content-Length: 11119
{"maxtwd":{"at":1560509160,"buy":"3.9","sell":"3.91","open":"3.92","low":"3.86","high":"3.93","last":"3.91","vol":"83288.14","vol_in_btc":"1.246281113724216518"},"btctwd":{"at":1560509160,"buy":"260500.0","sell":"261000.0","open":"254400.0","low":"253500.0","high":"280000.0","last":"260500.0","vol":"71.90594789","vol_in_btc":"71.90594789"},<.. SNIPPED ..>,"seeleusdt":{"at":1560509160,"buy":"0.002222","sell":"0.048","open":"0.002","low":"0.0","high":"0.0","last":"0.002","vol":"0.0","vol_in_btc":"0.0"},"seelemax":{"at":1560509160,"buy":"0.000999","sell":"0.25","open":"0.066666","low":"0.0","high":"0.0","last":"0.066666","vol":"0.0","vol_in_btc":"0.0"}}
Get ticker of specific market
GET /api/v2/tickers/maxtwd.json HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 10:48:51 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 14-16680201-16680211 NNNN CT(76 77 0) RT(1560509331214 70) q(0 0 2 -1) r(3 3) U5
X-CDN: Incapsula
Content-Length: 151
{"at":1560509331,"buy":"3.9","sell":"3.92","open":"3.92","low":"3.86","high":"3.93","last":"3.92","vol":"83497.13","vol_in_btc":"1.249408333157346181"}
Get k line of a specific market
GET /api/v2/k.json?market=maxtwd&limit=30&period=1×tamp= HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 10:51:17 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 7-7646936-7646941 NNNN CT(79 80 0) RT(1560509476506 72) q(0 0 2 -1) r(3 3) U5
X-CDN: Incapsula
Content-Length: 1060
[[1560507660,3.92,3.92,3.92,3.92,0],[1560507720,3.92,3.92,3.92,3.92,0],<.. SNIPPED ..>,[1560509340,3.92,3.92,3.92,3.92,0],[1560509400,3.92,3.92,3.92,3.92,0]]
Get depth of a specified market
GET /api/v2/depth.json?market=maxtwd&limit=300 HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 11:06:51 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 5-12305680-12305685 NNNN CT(73 73 0) RT(1560510410378 72) q(0 0 1 -1) r(2 2) U5
X-CDN: Incapsula
Content-Length: 3485
{"timestamp":1560510411,"asks":[["9998.0","100.0"],["399.0","100.0"],<.. SNIPPED ..>,["3.94","312.0"],["3.92","14024.71"]],"bids":[["3.9","300.0"],["3.89","500.0"],<.. SNIPPED ..>,["0.03","100000.0"],["0.02","88888.0"]]}
Get recent trades on market
GET /api/v2/trades.json?market=maxtwd×tamp=&from=&to=&order_by=desc&pagination=true&page=1&limit=50&offset=0 HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 11:11:41 GMT
Content-Type: application/json
Connection: close
Page: 1
Per-Page: 50
Total-Pages: 485
Total-Count: 24202
<.. SNIPPED ..>
X-Iinfo: 13-8774889-8774893 NNNN CT(87 87 0) RT(1560510700950 88) q(0 0 2 -1) r(3 3) U5
X-CDN: Incapsula
Content-Length: 7138
[{"id":5295882,"price":"3.92","volume":"33.99","funds":"133.25","market":"maxtwd","market_name":"MAX/TWD","created_at":1560509195,"side":"ask"},{"id":5295881,"price":"3.91","volume":"75.0","funds":"293.25","market":"maxtwd","market_name":"MAX/TWD","created_at":1560509195,"side":"ask"},<.. SNIPPED ..>,{"id":5294159,"price":"3.9","volume":"27.0","funds":"105.3","market":"maxtwd","market_name":"MAX/TWD","created_at":1560487636,"side":"bid"},{"id":5294158,"price":"3.9","volume":"300.0","funds":"1170.0","market":"maxtwd","market_name":"MAX/TWD","created_at":1560487627,"side":"bid"}]
GET /api/v2/timestamp.json HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 11:17:14 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 5-12343522-12343531 NNNN CT(70 70 0) RT(1560511033542 72) q(0 0 1 -1) r(2 2) U5
X-CDN: Incapsula
Content-Length: 10
1560511034
Get withdrawal constraints
GET /api/v2/withdrawal/constraint.json HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 11:18:55 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 2-4416536-4416537 NNNN CT(75 80 0) RT(1560511135088 69) q(0 0 2 -1) r(3 3) U5
X-CDN: Incapsula
Content-Length: 1464
[{"currency":"twd","fee":"10.0","ratio":"0.003","min_amount":"100.0"},{"currency":"btc","fee":"0.001","ratio":"0.0","min_amount":"0.002"},<.. SNIPPED ..>,{"currency":"seele","fee":"40.0","ratio":"0.0","min_amount":"400.0"},{"currency":"bcnt","fee":"25.0","ratio":"0.0","min_amount":"250.0"}]
Get personal accounts information of a currency
GET /api/v2/members/accounts/max.json?path=%2fapi%2fv2%2fmembers%2faccounts%2fmax.json&nonce=1560511390886 HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvbWVtYmVycy9hY2NvdW50cy9tYXguanNvbiIsICJub25jZSI6IDE1NjA1MTEzOTA4ODZ9
X-Max-Signature: <.. SNIPPED ..>
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 11:23:11 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 11-3522131-3522133 NNNN CT(79 80 0) RT(1560511390694 70) q(0 0 2 -1) r(3 3) U5
X-CDN: Incapsula
Content-Length: 67
{"currency":"max","balance":"132.24168632","locked":"181.76165803"}
Get personal accounts information
GET /api/v2/members/accounts.json?path=%2fapi%2fv2%2fmembers%2faccounts.json&nonce=1560511633471 HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvbWVtYmVycy9hY2NvdW50cy5qc29uIiwgIm5vbmNlIjogMTU2MDUxMTYzMzQ3MX0=
X-Max-Signature: <.. SNIPPED ..>
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 11:27:13 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 11-3525596-3525598 NNNN CT(86 86 0) RT(1560511633290 81) q(0 0 2 -1) r(3 3) U5
X-CDN: Incapsula
Content-Length: 1141
[{"currency":"twd","balance":"0.02","locked":"292413.0"},{"currency":"btc","balance":"0.0","locked":"0.0"},<.. SNIPPED ..>,{"currency":"seele","balance":"0.0","locked":"0.0"},{"currency":"bcnt","balance":"0.0","locked":"0.0"}]
Get all deposit addresses
GET /api/v2/deposit_addresses.json?path=%2fapi%2fv2%2fdeposit_addresses.json&nonce=1560511834279 HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvZGVwb3NpdF9hZGRyZXNzZXMuanNvbiIsICJub25jZSI6IDE1NjA1MTE4MzQyNzl9
X-Max-Signature: <.. SNIPPED ..>
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 11:30:34 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 0-2444872-2444873 NNNN CT(78 78 0) RT(1560511834115 68) q(0 0 2 -1) r(3 3) U5
X-CDN: Incapsula
Content-Length: 2687
[{"composite_currency":"twd","version":null,"currency":"twd","address":"<.. SNIPPED ..>"},{"composite_currency":"btc","version":null,"currency":"btc","address":"<.. SNIPPED ..>"},<.. SNIPPED ..>,{"composite_currency":"seele","version":null,"currency":"seele","address":"<.. SNIPPED ..>"},{"composite_currency":"bcnt","version":null,"currency":"bcnt","address":"<.. SNIPPED ..>"}]
Get details of a specific deposit
GET /api/v2/deposit.json?path=%2fapi%2fv2%2fdeposit.json&nonce=1560513297108&txid=<.. SNIPPED ..> HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvZGVwb3NpdC5qc29uIiwgIm5vbmNlIjogMTU2MDUxMzI5NzEwOCwgInR4aWQiOiA8Li4gU05JUFBFRCAuLj59
X-Max-Signature: <.. SNIPPED ..>
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 11:55:03 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 14-16991862-16991868 NNNN CT(75 75 0) RT(1560513303173 72) q(0 0 1 -1) r(2 2) U5
X-CDN: Incapsula
Content-Length: 245
{"currency":"usdt","currency_version":"usdt","amount":"22219.222222","fee":"0.0","txid":"<.. SNIPPED ..>","created_at":1560222998,"confirmations":"64","updated_at":1560223852,"state":"accepted"}
GET /api/v2/deposits.json?path=%2fapi%2fv2%2fdeposits.json&nonce=1560512882548&from=&to=&pagination=false&page=1&limit=50&offset=0 HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvZGVwb3NpdHMuanNvbiIsICJub25jZSI6IDE1NjA1MTI4ODI1NDgsICJmcm9tIjogIiIsICJ0byI6ICIiLCAicGFnaW5hdGlvbiI6IGZhbHNlLCAicGFnZSI6IDEsICJsaW1pdCI6IDUwLCAib2Zmc2V0IjogMH0=
X-Max-Signature: <.. SNIPPED ..>
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 11:48:02 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 9-1740926-1740930 NNNN CT(73 73 0) RT(1560512882295 76) q(0 0 2 -1) r(3 3) U5
X-CDN: Incapsula
Content-Length: 3655
[{"currency":"usdt","currency_version":"usdt","amount":"13332.70956","fee":"0.0","txid":"<.. SNIPPED ..>","created_at":1560487231,"confirmations":"62","updated_at":1560488075,"state":"accepted"},{"currency":"usdt","currency_version":"usdt","amount":"11619.08","fee":"0.0","txid":"<.. SNIPPED ..>","created_at":1560272911,"confirmations":"65","updated_at":1560273862,"state":"accepted"},<.. SNIPPED ..>,{"currency":"usdt","currency_version":"usdt","amount":"25861.08","fee":"0.0","txid":"<.. SNIPPED ..>","created_at":1556550765,"confirmations":"61","updated_at":1556551073,"state":"accepted"},{"currency":"usdt","currency_version":"usdt","amount":"19.0","fee":"0.0","txid":"<.. SNIPPED ..>","created_at":1554959305,"confirmations":"60","updated_at":1554959989,"state":"accepted"}]
Get all executed trades related to an order
GET /api/v2/trades/my/of_order.json?path=%2fapi%2fv2%2ftrades%2fmy%2fof_order.json&nonce=1560514217542&id=<.. SNIPPED ..> HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvdHJhZGVzL215L29mX29yZGVyLmpzb24iLCAibm9uY2UiOiAxNTYwNTE0MjE3NTQyLCAiaWQiOiA8Li4gU05JUFBFRCAuLj59
X-Max-Signature: <.. SNIPPED ..>
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 12:10:18 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 9-1752140-1752150 NNNN CT(78 78 0) RT(1560514217449 72) q(0 0 1 -1) r(2 2) U5
X-CDN: Incapsula
Content-Length: 178
[{"id":<.. SNIPPED ..>,"price":"3.68","volume":"220.0","funds":"809.6","market":"maxtwd","market_name":"MAX/TWD","created_at":1557171770,"side":"bid","fee":"0.165","fee_currency":"max"}]
Get max rewards yesterday
GET /api/v2/max_rewards/yesterday.json?path=%2fapi%2fv2%2fmax_rewards%2fyesterday.json&nonce=1560514597006 HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvbWF4X3Jld2FyZHMveWVzdGVyZGF5Lmpzb24iLCAibm9uY2UiOiAxNTYwNTE0NTk3MDA2fQ==
X-Max-Signature: <.. SNIPPED ..>
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 12:16:37 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 3-7664513-7664515 NNNN CT(78 79 0) RT(1560514596875 71) q(0 0 2 -1) r(3 3) U5
X-CDN: Incapsula
Content-Length: 54
{"trading_reward":"0.0","holding_reward":"0.00930407"}
Get profile and accounts information
GET /api/v2/members/me.json?path=%2fapi%2fv2%2fmembers%2fme.json&nonce=1560514698743 HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvbWVtYmVycy9tZS5qc29uIiwgIm5vbmNlIjogMTU2MDUxNDY5ODc0M30=
X-Max-Signature: <.. SNIPPED ..>
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 12:18:19 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 1-2920543-2920544 NNNN CT(86 86 0) RT(1560514698467 56) q(0 0 1 -1) r(3 3) U5
X-CDN: Incapsula
Content-Length: 1943
{"sn":"<.. SNIPPED ..>","name":"<.. SNIPPED ..>","language":"zh-TW","phone_set":true,"country_code":"886","identity_number":"<.. SNIPPED ..>","invoice_carrier_id":"<.. SNIPPED ..>","invoice_carrier_type":"3J0002","is_deleted":false,"is_frozen":false,"is_activated":true,"profile_verified":true,"kyc_approved":true,"kyc_state":"verified","phone_number":"<.. SNIPPED ..>","user_agreement_checked":true,"user_agreement_version":"4.1","bank":{"branch":"<.. SNIPPED ..>","account":"<.. SNIPPED ..>","state":"verified"},"documents":{"photo_id_front_state":"verified","photo_id_back_state":"verified","cellphone_bill_state":"verified","selfie_with_id_state":"verified"},"email":"<.. SNIPPED ..>","accounts":[{"currency":"twd","balance":"0.02","locked":"292413.0"},{"currency":"btc","balance":"0.0","locked":"0.0"},<.. SNIPPED ..>,{"currency":"seele","balance":"0.0","locked":"0.0"},{"currency":"bcnt","balance":"0.0","locked":"0.0"}],"member_type":"type_fiat","level":3,"two_factor":["app","sms"],"withdrawable":true,"referral_code":"<.. SNIPPED ..>"}
Get personal profile information
GET /api/v2/members/profile.json?path=%2fapi%2fv2%2fmembers%2fprofile.json&nonce=1560514883142 HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvbWVtYmVycy9wcm9maWxlLmpzb24iLCAibm9uY2UiOiAxNTYwNTE0ODgzMTQyfQ==
X-Max-Signature: <.. SNIPPED ..>
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 12:21:29 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 10-2624598-2624612 NNNN CT(79 80 0) RT(1560514887883 611) q(0 0 2 -1) r(3 3) U5
X-CDN: Incapsula
Content-Length: 659
{"sn":"<.. SNIPPED ..>","name":"<.. SNIPPED ..>","email":"<.. SNIPPED ..>","language":"zh-TW","country_code":"886","phone_number":"<.. SNIPPED ..>","identity_number":"<.. SNIPPED ..>","invoice_carrier_id":"<.. SNIPPED ..>","invoice_carrier_type":"3J0002","status":"activated","profile_verified":true,"kyc_state":"verified","two_factor":{"app":"activated","sms":"activated"},"agreement_checked":true,"bank":{"branch":"<.. SNIPPED ..>","account":"<.. SNIPPED ..>","state":"verified"},"documents":{"photo_id_front_state":"verified","photo_id_back_state":"verified","cellphone_bill_state":"verified","selfie_with_id_state":"verified"},"level":3,"referral_code":"<.. SNIPPED ..>"}
GET /api/v2/order.json?path=%2fapi%2fv2%2forder.json&nonce=1560515239945&id=<.. SNIPPED ..> HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvb3JkZXIuanNvbiIsICJub25jZSI6IDE1NjA1MTUyMzk5NDUsICJpZCI6IDwuLiBTTklQUEVEIC4uPn0=
X-Max-Signature: <.. SNIPPED ..>
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 12:27:20 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 13-8998074-8998078 NNNN CT(81 81 0) RT(1560515239796 90) q(0 0 2 -1) r(3 3) U5
X-CDN: Incapsula
Content-Length: 265
{"id":<.. SNIPPED ..>,"side":"buy","ord_type":"limit","price":"3.68","stop_price":null,"avg_price":"3.68","state":"done","market":"maxtwd","created_at":1557171770,"updated_at":1557171771,"volume":"220.0","remaining_volume":"0.0","executed_volume":"220.0","trades_count":1}
GET /api/v2/orders.json?path=%2fapi%2fv2%2forders.json&nonce=1560598356407&market=maxtwd&order_by=asc&pagination=true&page=1&limit=100&offset=0&state%5b%5d=cancel&state%5b%5d=wait&state%5b%5d=done HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvb3JkZXJzLmpzb24iLCAibm9uY2UiOiAxNTYwNTk4MzU2NDA3LCAibWFya2V0IjogIm1heHR3ZCIsICJvcmRlcl9ieSI6ICJhc2MiLCAicGFnaW5hdGlvbiI6IHRydWUsICJwYWdlIjogMSwgImxpbWl0IjogMTAwLCAib2Zmc2V0IjogMCwgInN0YXRlIjogWyJjYW5jZWwiLCAid2FpdCIsICJkb25lIl19
X-Max-Signature: <.. SNIPPED ..>
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 12:34:06 GMT
Content-Type: application/json
Connection: close
Page: 1
Per-Page: 100
Total-Pages: 1
Total-Count: 17
<.. SNIPPED ..>
X-Iinfo: 5-12603805-12603806 NNNN CT(81 80 0) RT(1560515645902 71) q(0 0 2 -1) r(3 3)
X-CDN: Incapsula
Content-Length: 4531
[{"id":<.. SNIPPED ..>,"side":"buy","ord_type":"limit","price":"3.68","stop_price":null,"avg_price":"3.68","state":"done","market":"maxtwd","created_at":1557171770,"updated_at":1557171771,"volume":"220.0","remaining_volume":"0.0","executed_volume":"220.0","trades_count":1},{"id":<.. SNIPPED ..>,"side":"buy","ord_type":"limit","price":"3.7","stop_price":null,"avg_price":"3.7","state":"done","market":"maxtwd","created_at":1557992537,"updated_at":1557992538,"volume":"700.0","remaining_volume":"0.0","executed_volume":"700.0","trades_count":1},<.. SNIPPED ..>,{"id":<.. SNIPPED ..>,"side":"sell","ord_type":"limit","price":"999.0","stop_price":null,"avg_price":"0.0","state":"cancel","market":"maxtwd","created_at":1560414499,"updated_at":1560414794,"volume":"100.0","remaining_volume":"100.0","executed_volume":"0.0","trades_count":0},{"id":<.. SNIPPED ..>,"side":"sell","ord_type":"limit","price":"999.0","stop_price":null,"avg_price":"0.0","state":"cancel","market":"maxtwd","created_at":1560414845,"updated_at":1560414845,"volume":"100.0","remaining_volume":"100.0","executed_volume":"0.0","trades_count":0}]
GET /api/v2/rewards.json?path=%2fapi%2fv2%2frewards.json&nonce=1560515902504&from=&to=&pagination=false&page=1&limit=50&offset=0 HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvcmV3YXJkcy5qc29uIiwgIm5vbmNlIjogMTU2MDUxNTkwMjUwNCwgImZyb20iOiAiIiwgInRvIjogIiIsICJwYWdpbmF0aW9uIjogZmFsc2UsICJwYWdlIjogMSwgImxpbWl0IjogNTAsICJvZmZzZXQiOiAwfQ==
X-Max-Signature: <.. SNIPPED ..>
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 12:38:28 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 14-17207824-17207828 NNNN CT(81 81 0) RT(1560515907603 70) q(0 0 2 -1) r(3 3) U5
X-CDN: Incapsula
Content-Length: 8272
[{"uuid":"<.. SNIPPED ..>","type":"holding_reward","currency":"max","amount":"0.00930407","created_at":1560446958,"state":"done","note":"2019-06-13 Holding Reward"},{"uuid":"<.. SNIPPED ..>","type":"holding_reward","currency":"max","amount":"0.01444673","created_at":1560360564,"state":"done","note":"2019-06-12 Holding Reward"},<.. SNIPPED ..>,{"uuid":"<.. SNIPPED ..>","type":"holding_reward","currency":"max","amount":"0.11138228","created_at":1557077071,"state":"done","note":"2019-05-05 Holding Reward"},{"uuid":"<.. SNIPPED ..>","type":"holding_reward","currency":"max","amount":"0.08050056","created_at":1556990732,"state":"done","note":"2019-05-04 Holding Reward"}]
Get specific rewards history
GET /api/v2/rewards/holding_reward.json?path=%2fapi%2fv2%2frewards%2fholding_reward.json&nonce=1560516374542&from=&to=&pagination=false&page=1&limit=50&offset=0¤cy=max HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvcmV3YXJkcy9ob2xkaW5nX3Jld2FyZC5qc29uIiwgIm5vbmNlIjogMTU2MDUxNjM3NDU0MiwgImZyb20iOiAiIiwgInRvIjogIiIsICJwYWdpbmF0aW9uIjogZmFsc2UsICJwYWdlIjogMSwgImxpbWl0IjogNTAsICJvZmZzZXQiOiAwLCAiY3VycmVuY3kiOiAibWF4In0=
X-Max-Signature: <.. SNIPPED ..>
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 12:46:16 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 2-4507375-4507376 NNNN CT(79 81 0) RT(1560516375531 79) q(0 0 1 -1) r(2 2) U5
X-CDN: Incapsula
Content-Length: 8296
[{"uuid":"<.. SNIPPED ..>","type":"holding_reward","currency":"max","amount":"0.00930407","created_at":1560446958,"state":"done","note":"2019-06-13 Holding Reward"},{"uuid":"<.. SNIPPED ..>","type":"holding_reward","currency":"max","amount":"0.01444673","created_at":1560360564,"state":"done","note":"2019-06-12 Holding Reward"},<.. SNIPPED ..>,{"uuid":"<.. SNIPPED ..>","type":"holding_reward","currency":"max","amount":"0.08123621","created_at":1556299457,"state":"done","note":"2019-04-26 Holding Reward"},{"uuid":"<.. SNIPPED ..>","type":"holding_reward","currency":"max","amount":"0.06520745","created_at":1556213053,"state":"done","note":"2019-04-25 Holding Reward"}]
GET /api/v2/trades/my.json?path=%2fapi%2fv2%2ftrades%2fmy.json&nonce=1560516646675&market=maxtwd×tamp=&from=&to=&order_by=desc&pagination=true&page=1&limit=50&offset=0 HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvdHJhZGVzL215Lmpzb24iLCAibm9uY2UiOiAxNTYwNTE2NjQ2Njc1LCAibWFya2V0IjogIm1heHR3ZCIsICJ0aW1lc3RhbXAiOiAiIiwgImZyb20iOiAiIiwgInRvIjogIiIsICJvcmRlcl9ieSI6ICJkZXNjIiwgInBhZ2luYXRpb24iOiB0cnVlLCAicGFnZSI6IDEsICJsaW1pdCI6IDUwLCAib2Zmc2V0IjogMH0=
X-Max-Signature: <.. SNIPPED ..>
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 12:50:47 GMT
Content-Type: application/json
Connection: close
Page: 1
Per-Page: 50
Total-Pages: 1
Total-Count: 23
<.. SNIPPED ..>
X-Iinfo: 11-3609559-3609561 NNNN CT(74 75 0) RT(1560516646990 77) q(0 0 2 -1) r(3 3) U5
X-CDN: Incapsula
Content-Length: 6812
[{"id":<.. SNIPPED ..>,"price":"3.9","volume":"147.22","funds":"574.16","market":"maxtwd","market_name":"MAX/TWD","created_at":1560402160,"side":"bid","fee":"0.110415","fee_currency":"max","order_id":<.. SNIPPED ..>,"info":{"maker":"ask","ask":null,"bid":{"fee":"0.110415","fee_currency":"max","order_id":<.. SNIPPED ..>}}},{"id":<.. SNIPPED ..>,"price":"3.93","volume":"150.0","funds":"589.5","market":"maxtwd","market_name":"MAX/TWD","created_at":1560237523,"side":"bid","fee":"0.1125","fee_currency":"max","order_id":<.. SNIPPED ..>,"info":{"maker":"ask","ask":null,"bid":{"fee":"0.1125","fee_currency":"max","order_id":<.. SNIPPED ..>}}},<.. SNIPPED ..>,{"id":<.. SNIPPED ..>,"price":"3.7","volume":"700.0","funds":"2590.0","market":"maxtwd","market_name":"MAX/TWD","created_at":1557992538,"side":"bid","fee":"0.525","fee_currency":"max","order_id":<.. SNIPPED ..>,"info":{"maker":"ask","ask":null,"bid":{"fee":"0.525","fee_currency":"max","order_id":<.. SNIPPED ..>}}},{"id":<.. SNIPPED ..>,"price":"3.68","volume":"220.0","funds":"809.6","market":"maxtwd","market_name":"MAX/TWD","created_at":1557171770,"side":"bid","fee":"0.165","fee_currency":"max","order_id":<.. SNIPPED ..>,"info":{"maker":"ask","ask":null,"bid":{"fee":"0.165","fee_currency":"max","order_id":<.. SNIPPED ..>}}}]
Get details of a specific internal transfer
GET /api/v2/internal_transfer.json?path=%2fapi%2fv2%2finternal_transfer.json&nonce=1560516950092&uuid=<.. SNIPPED ..> HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvaW50ZXJuYWxfdHJhbnNmZXIuanNvbiIsICJub25jZSI6IDE1NjA1MTY5NTAwOTIsICJ1dWlkIjogPC4uIFNOSVBQRUQgLi4+fQ==
X-Max-Signature: <.. SNIPPED ..>
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 12:56:00 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 13-9079522-9079528 NNNN CT(79 79 0) RT(1560516959919 76) q(0 0 2 -1) r(3 3) U5
X-CDN: Incapsula
Content-Length: 172
{"uuid":"<.. SNIPPED ..>","currency":"max","amount":"50.0","created_at":1560413723,"state":"done","from_member":"<.. SNIPPED ..>","to_member":"<.. SNIPPED ..>"}
Get internal transfers history
GET /api/v2/internal_transfers.json?path=%2fapi%2fv2%2finternal_transfers.json&nonce=1560517096260&from=&to=&pagination=false&page=1&limit=50&offset=0 HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvaW50ZXJuYWxfdHJhbnNmZXJzLmpzb24iLCAibm9uY2UiOiAxNTYwNTE3MDk2MjYwLCAiZnJvbSI6ICIiLCAidG8iOiAiIiwgInBhZ2luYXRpb24iOiBmYWxzZSwgInBhZ2UiOiAxLCAibGltaXQiOiA1MCwgIm9mZnNldCI6IDB9
X-Max-Signature: <.. SNIPPED ..>
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 12:58:17 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 6-4898358-4898365 NNNN CT(70 71 0) RT(1560517097188 74) q(0 0 2 -1) r(2 2) U5
X-CDN: Incapsula
Content-Length: 347
[{"uuid":"<.. SNIPPED ..>","currency":"max","amount":"50.0","created_at":1560413723,"state":"done","from_member":"<.. SNIPPED ..>","to_member":"<.. SNIPPED ..>"},{"uuid":"<.. SNIPPED ..>","currency":"max","amount":"50.0","created_at":1560413543,"state":"done","from_member":"<.. SNIPPED ..>","to_member":"<.. SNIPPED ..>"}]
GET /api/v2/withdraw_addresses.json?path=%2fapi%2fv2%2fwithdraw_addresses.json&nonce=1560517527166¤cy=usdt&pagination=true&page=1&limit=100&offset=0 HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvd2l0aGRyYXdfYWRkcmVzc2VzLmpzb24iLCAibm9uY2UiOiAxNTYwNTE3NTI3MTY2LCAiY3VycmVuY3kiOiAidXNkdCIsICJwYWdpbmF0aW9uIjogdHJ1ZSwgInBhZ2UiOiAxLCAibGltaXQiOiAxMDAsICJvZmZzZXQiOiAwfQ==
X-Max-Signature: <.. SNIPPED ..>
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 13:05:27 GMT
Content-Type: application/json
Connection: close
Page: 1
Per-Page: 100
Total-Pages: 1
Total-Count: 1
<.. SNIPPED ..>
X-Iinfo: 14-17348293-17348296 NNNN CT(85 87 0) RT(1560517526910 71) q(0 0 2 -1) r(3 3) U5
X-CDN: Incapsula
Content-Length: 212
[{"uuid":"<.. SNIPPED ..>","currency":"usdt","address":"<.. SNIPPED ..>","extra_label":"幣安","created_at":1544872108,"deleted_at":null,"state":null,"is_internal":false}]
Get details of a specific external withdraw
GET /api/v2/withdrawal.json?path=%2fapi%2fv2%2fwithdrawal.json&nonce=1560517653479&uuid=<.. SNIPPED ..> HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvd2l0aGRyYXdhbC5qc29uIiwgIm5vbmNlIjogMTU2MDUxNzY1MzQ3OSwgInV1aWQiOiA8Li4gU05JUFBFRCAuLj59
X-Max-Signature: <.. SNIPPED ..>
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 13:07:35 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 12-5890774-5890777 NNNN CT(89 93 0) RT(1560517654533 92) q(0 0 2 -1) r(3 3) U5
X-CDN: Incapsula
Content-Length: 222
{"uuid":"<.. SNIPPED ..>","currency":"twd","currency_version":"twd","amount":"237008.0","fee":"147.35751295","fee_currency":"max","txid":"<.. SNIPPED ..>","created_at":1560402201,"updated_at":1560487529,"state":"confirmed"}
Get all external withdrawals history
GET /api/v2/withdrawals.json?path=%2fapi%2fv2%2fwithdrawals.json&nonce=1560517897224&from=&to=&pagination=false&page=1&limit=50&offset=0 HTTP/1.1
Accept-Encoding: gzip, deflate
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvd2l0aGRyYXdhbHMuanNvbiIsICJub25jZSI6IDE1NjA1MTc4OTcyMjQsICJmcm9tIjogIiIsICJ0byI6ICIiLCAicGFnaW5hdGlvbiI6IGZhbHNlLCAicGFnZSI6IDEsICJsaW1pdCI6IDUwLCAib2Zmc2V0IjogMH0=
X-Max-Signature: <.. SNIPPED ..>
Connection: close
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 13:11:37 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 4-9202708-9202710 NNNN CT(77 78 0) RT(1560517897147 56) q(0 0 1 -1) r(2 2) U5
X-CDN: Incapsula
Content-Length: 3135
[{"uuid":"<.. SNIPPED ..>","currency":"twd","currency_version":"twd","amount":"292413.0","fee":"181.76165803","fee_currency":"max","txid":null,"created_at":1560487852,"updated_at":1560499251,"state":"approved"},{"uuid":"<.. SNIPPED ..>","currency":"twd","currency_version":"twd","amount":"237008.0","fee":"147.35751295","fee_currency":"max","txid":"<.. SNIPPED ..>","created_at":1560402201,"updated_at":1560487529,"state":"confirmed"},<.. SNIPPED ..>,{"uuid":"<.. SNIPPED ..>","currency":"twd","currency_version":"twd","amount":"427809.0","fee":"0.0","fee_currency":"twd","txid":"<.. SNIPPED ..>","created_at":1556552110,"updated_at":1556772309,"state":"confirmed"},{"uuid":"<.. SNIPPED ..>","currency":"twd","currency_version":"twd","amount":"790853.0","fee":"0.0","fee_currency":"twd","txid":"<.. SNIPPED ..>","created_at":1556551248,"updated_at":1556772309,"state":"confirmed"}]
POST /api/v2/order/delete.json?path=%2fapi%2fv2%2forder%2fdelete.json&nonce=1560518758399 HTTP/1.1
Accept-Encoding: gzip, deflate
Content-Length: 16
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvb3JkZXIvZGVsZXRlLmpzb24iLCAibm9uY2UiOiAxNTYwNTE4NzU4Mzk5fQ==
X-Max-Signature: <.. SNIPPED ..>
Connection: close
{"id": <.. SNIPPED ..>}
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 13:25:46 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 4-9237241-9237295 NNNN CT(78 78 0) RT(1560518745513 766) q(0 0 2 -1) r(4 4) U6
X-CDN: Incapsula
Content-Length: 266
{"id":<.. SNIPPED ..>,"side":"sell","ord_type":"limit","price":"999.0","stop_price":null,"avg_price":"0.0","state":"wait","market":"maxtwd","created_at":1560518301,"updated_at":1560518301,"volume":"100.0","remaining_volume":"100.0","executed_volume":"0.0","trades_count":0}
Cancel all orders with given market and side
POST /api/v2/orders/clear.json?path=%2fapi%2fv2%2forders%2fclear.json&nonce=1560519158302 HTTP/1.1
Accept-Encoding: gzip, deflate
Content-Length: 36
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvb3JkZXJzL2NsZWFyLmpzb24iLCAibm9uY2UiOiAxNTYwNTE5MTU4MzAyfQ==
X-Max-Signature: <.. SNIPPED ..>
Connection: close
{"market": "maxtwd", "side": "sell"}
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 13:32:38 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 2-4558156-4558163 NNNN CT(77 78 0) RT(1560519158251 76) q(0 0 1 -1) r(2 2) U6
X-CDN: Incapsula
Content-Length: 268
[{"id":<.. SNIPPED ..>,"side":"sell","ord_type":"limit","price":"999.0","stop_price":null,"avg_price":"0.0","state":"wait","market":"maxtwd","created_at":1560519032,"updated_at":1560519032,"volume":"100.0","remaining_volume":"100.0","executed_volume":"0.0","trades_count":0}]
POST /api/v2/orders.json?path=%2fapi%2fv2%2forders.json&nonce=1560519030751 HTTP/1.1
Accept-Encoding: gzip, deflate
Content-Length: 90
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvb3JkZXJzLmpzb24iLCAibm9uY2UiOiAxNTYwNTE5MDMwNzUxfQ==
X-Max-Signature: <.. SNIPPED ..>
Connection: close
{"market": "maxtwd", "side": "sell", "volume": "100", "price": "999", "ord_type": "limit"}
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 13:30:32 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 7-7976813-7976814 NNNN CT(78 79 0) RT(1560519032001 68) q(0 0 2 -1) r(3 3) U6
X-CDN: Incapsula
Content-Length: 266
{"id":<.. SNIPPED ..>,"side":"sell","ord_type":"limit","price":"999.0","stop_price":null,"avg_price":"0.0","state":"wait","market":"maxtwd","created_at":1560519032,"updated_at":1560519032,"volume":"100.0","remaining_volume":"100.0","executed_volume":"0.0","trades_count":0}
POST /api/v2/orders/multi.json?path=%2fapi%2fv2%2forders%2fmulti.json&nonce=1560525770860 HTTP/1.1
Accept-Encoding: gzip, deflate
Content-Length: 176
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvb3JkZXJzL211bHRpLmpzb24iLCAibm9uY2UiOiAxNTYwNTI1NzcwODYwfQ==
X-Max-Signature: <.. SNIPPED ..>
Connection: close
{"market": "maxtwd", "orders": [{"side": "sell", "volume": "100", "price": "999", "ord_type": "limit"}, {"side": "sell", "volume": "100", "price": "999", "ord_type": "limit"}]}
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 15:22:51 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 14-13998564-13998579 NNNN CT(77 78 0) RT(1560525770745 84) q(0 0 1 -1) r(3 3) U6
X-CDN: Incapsula
Content-Length: 535
[{"id":<.. SNIPPED ..>,"side":"sell","ord_type":"limit","price":"999.0","stop_price":null,"avg_price":"0.0","state":"wait","market":"maxtwd","created_at":1560525771,"updated_at":1560525771,"volume":"100.0","remaining_volume":"100.0","executed_volume":"0.0","trades_count":0},{"id":<.. SNIPPED ..>,"side":"sell","ord_type":"limit","price":"999.0","stop_price":null,"avg_price":"0.0","state":"wait","market":"maxtwd","created_at":1560525771,"updated_at":1560525771,"volume":"100.0","remaining_volume":"100.0","executed_volume":"0.0","trades_count":0}]
POST /api/v2/deposit_addresses.json?path=%2fapi%2fv2%2fdeposit_addresses.json&nonce=1560519465428 HTTP/1.1
Accept-Encoding: gzip, deflate
Content-Length: 19
Host: max-api.maicoin.com
User-Agent: Python-urllib/3.7
Accept: application/json
Content-Type: application/json
X-Max-Accesskey: <.. SNIPPED ..>
X-Max-Payload: eyJwYXRoIjogIi9hcGkvdjIvZGVwb3NpdF9hZGRyZXNzZXMuanNvbiIsICJub25jZSI6IDE1NjA1MTk0NjU0Mjh9
X-Max-Signature: <.. SNIPPED ..>
Connection: close
{"currency": "xrp"}
HTTP/1.1 200 OK
Date: Fri, 14 Jun 2019 13:37:45 GMT
Content-Type: application/json
Connection: close
<.. SNIPPED ..>
X-Iinfo: 4-9269460-9269464 NNNN CT(77 78 0) RT(1560519465252 71) q(0 0 1 -1) r(2 2) U6
X-CDN: Incapsula
Content-Length: 117
[{"composite_currency":"xrp","version":null,"currency":"xrp","address":"<.. SNIPPED ..>"}]