Customers

Retrieve Customer Limits

get/v1/instances/{instance_id}/limits/customers/{id}

Path parameters

instance_idstring required
Example:in_000000000000
idstring required
Example:re_000000000000

Response

Get customer limits

Example response

{
  "limits": {
    "payin": {
      "daily": 500000,
      "monthly": 2000000
    },
    "payout": {
      "daily": 300000,
      "monthly": 1000000
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.