REST APIEnterprise

GET

Path Params

  • enterpriseId string required
    The enterprise ID

    matches ^[0-9a-f]{32}$

Query Params

  • coin array of strings
    Filter by coin(s)
  • isCustodial boolean enum
    Whether custodial limits should be returned
    true

Responses

200
OK

Response Body

array of objects

  • coin string required
    A cryptocurrency or token ticker symbol.
  • limit integer
  • count integer required

    >= 0

  • isCustodial boolean enum
    true
400
Bad Request

Response Body

ONE OF

  • error string required
    Human-readable error message
  • requestId string required
    Client request id
  • context object
    Properties that apply to a specific error name
  • name string required
    Error code
404
Not Found

Response Body

object

  • error string required
    Human-readable error message
  • requestId string required
    Client request id
  • context object
    Properties that apply to a specific error name
  • name string required
    Error code