Skip to content

acquire_profit_summary

yangxing edited this page Jan 16, 2020 · 3 revisions

Acquire Profit Summary

  • Description: Acquire profit summary

  • Request Method: GET

  • Request Path: /res/openapi/v1/profit

  • Signature Required: No

  • Request Parameter:

name type required description
coin string yes coin type
  • Response:
{
  "code": 0,
  "data": {
      "coin": "BTC",
      "pplns_profit": "0",
      "pps_profit": "0.00002148",
      "solo_profit": "0",
      "total_profit": "0.00002148" 
    },
  "message": "OK"
}