You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Patch, orders represent a purchase of carbon offsets or negative emissions by mass.
53
-
Place orders directly if you know the amount of carbon dioxide you would like to sequester.
54
-
If you do not know how much to purchase, use an estimate.
55
-
You can also create an order with a maximum desired price, and we'll allocate enough mass to
56
-
fulfill the order for you.
57
-
58
52
[API Reference](https://docs.patch.io/#/orders)
59
53
60
54
#### Examples
@@ -114,61 +108,6 @@ page = 1 # Pass in which page of orders you'd like
114
108
patch.orders.retrieve_orders(page=page)
115
109
```
116
110
117
-
### Estimates
118
-
119
-
Estimates allow API users to get a quote for the cost of compensating a certain amount of CO2. When creating an estimate, an order in the `draft` state will also be created, reserving the allocation of a project for 5 minutes. If you don't place your draft order within those 5 minutes, the order will automatically be cancelled.
page =1# Pass in which page of estimates you'd like
169
-
patch.estimates.retrieve_estimates(page=page)
170
-
```
171
-
172
111
### Projects
173
112
174
113
Projects are the ways Patch takes CO2 out of the air. They can represent reforestation, enhanced weathering, direct air carbon capture, etc. When you place an order via Patch, it is allocated to a project.
0 commit comments