cURL
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" } ]
Get Default Profit Margins (currently all weight based).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object