Skip to main content

Lune Documentation

Learn how to use Lune to make your product or service climate positive.

logistics

Sustainable Logistics

In this guide, you will learn how to interact with the Lune API to:

  • Calculate emissions for shipments
  • Offset emissions for shipments
Get Started

payments

Payments Contribution

In this guide, you will learn how to interact with the Lune API to:

  1. Enable merchants to opt-in to contribute a percentage of a transaction value towards carbon removal at checkout
  2. Purchase carbon removal credits
Get Started

payments

Green Banking

In this guide, you will learn how to interact with the Lune API to:

  1. Calculate emissions for financial transactions
  2. Offset those emissions.
Get Started

API Reference

Create climate positive customer experiences by integrating innovative carbon removal with just a few lines of code. You are in full control.

View API Reference
  • Sample order
  • curl https://api.lune.co/v1/orders/by-mass \
      -H 'Content-Type: application/json' \
      -H "Authorization: Bearer $API_KEY" \
      -X POST \
      -d '{
      "mass": {
        "amount": "259.111",
        "unit": "kg"
      }
    }'