Market
Get all of the available sell orders on the market in real-time
Last updated
Get all of the available sell orders on the market in real-time
Last updated
Access the Thallo market data via API. The screenshot below is of the marketplace user interface which shows the same data as this endpoint returns:
GET
/api/market
Get all of the available sell orders on the market in real-time
price_cents
is per tonne. 1 tonne is 1,000,000 grams. Purchases are always made in whole tonnes.
Prices are in USD cents.
The market data changes frequently and this endpoint returns the up-to-date market data upon each call. However the data about the carbon offset projects remains relatively static and therefore this data is available in a separate Project Details endpoint in order to keep the market data endpoint lightweight.
Use the project_id
s returned in the market data and call the Project Details endpoint to retrieve the details of each project.
Thallo recommend you cache this project data locally to speed up your application and reduce unnecessary traffic.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
page
number
For pagination. Which page would you like to be returned? The default value is 1.
per_page
number
For pagination. How many project
results you would like per page. The default value is 20.
Authorization*
string
Bearer ${API_KEY}