REST APIStakeStaking State Information

GET

Returns a staking license for the given enterprise.

Path Params

  • enterpriseId string required
    The enterprise ID.

Responses

200
Successful Retrieving Staking License For An Enterprise

Response Body

object

  • enterpriseId string
    The enterprise ID.
  • defaultFee string
    The default fee for the asset.
  • fees array of objects
    The list of per-coin fees for this license.
    fees object
    • coin string
      The name of the coin.
    • fee string
      The corresponding fee for the coin in the current license.
400
Bad Request

Response Body

object

  • error string
  • errorName string
  • reqId string
  • context object
401
Unauthorized

Response Body

object

  • error string
  • errorName string
  • reqId string
  • context object
403
Forbidden

Response Body

object

  • error string
  • errorName string
  • reqId string
  • context object
404
Not Found

Response Body

object

  • error string
  • errorName string
  • reqId string
  • context object
500
Server Error - Transient error please try again

Response Body

object

  • error string
  • errorName string
  • reqId string
  • context object