GET
/
api
/
v2
/
defaults
/
profit_margins
curl --request GET \
  --url https://api-staging.unbridaled.ai/api/v2/defaults/profit_margins \
  --header 'Authorization: Bearer <token>'
[
  {
    "lab_percent": 50,
    "mined_percent": 35,
    "weight_max": 0.75,
    "weight_min": 0,
    "weight_or_price": "weight"
  },
  {
    "lab_percent": 45,
    "mined_percent": 30,
    "weight_max": 0.99,
    "weight_min": 0.76,
    "weight_or_price": "weight"
  },
  {
    "lab_percent": 45,
    "mined_percent": 30,
    "weight_max": 1.99,
    "weight_min": 1,
    "weight_or_price": "weight"
  },
  {
    "lab_percent": 40,
    "mined_percent": 25,
    "weight_max": 10,
    "weight_min": 2,
    "weight_or_price": "weight"
  }
]

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Response

200 - application/json

The response is of type object.