Create Carbon Credits Order
Places an order for the specified amount of carbon credits (in kilograms), or for the specified total price (in USD cents).
The order will remain in the placed
state until it can be matched to available credits,
after which the order will be fulfilled and moved to the fulfilled
state.
If specifying total price, we will determine the amount of carbon credits based on the unit price of the portfolio used for the order.
Because the amount must be an integer number of kilograms, the final actual total price might be slightly different than the specified total price.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
If present, scopes the operation to the subaccount with given id. See Subaccounts for more info.
If present, a unique identifier that allows you to retry a request multiple times while only performing the action once. See Idempotency for more info.
Body
Order Parameters
Details for a generic order request that specifies credits amount (in kg of CO₂)
Details for a generic order request that specifies credits amount (in kg of CO₂)
Details for a generic order request that specifies total price.
Response
Order Details
The response is of type object
.