πŸ—ΊοΈAsset

Search through hundreds of sustainability projects and pools.

Search for a set of Pools

GET https://api.carbonlink.io/v1/assets/pools

Use the Search Query Language to filter the Carbonlink Asset Library for Pools based on a set of filter criteria.

Query Parameters

NameTypeDescription

criteria*

string

Set of fields and operations to parse into Search Query Language for filtering Pools in the Carbonlink Asset Library

fullTextSearch*

string

Raw set of words or phrases to search for Pools in the Carbonlink Asset Library.

[
   {
        "ticker": "NCT",
        "address": "0xD838290e877E0188a4A44700463419ED96c16107",
        "source": "TOUCAN",
        "description": "The Nature Carbon Tonne token...",
        "rating": 0,
        "name": "Nature Carbon Tonne"
    },
    {...}
]

Search for a set of Projects

GET https://api.carbonlink.io/v1/assets/projects

Use the Search Query Language to filter the Carbonlink Asset Library for Projects based on a set of filter criteria.

Query Parameters

NameTypeDescription

criteria*

string

Set of fields and operations to parse into Search Query Language for filtering Projects in the Carbonlink Asset Library

fullTextSearch*

string

Raw set of words or phrases to search for Projects in the Carbonlink Asset Library.

[
   {
        "ticker": "NCT",
        "address": "0xD838290e877E0188a4A44700463419ED96c16107",
        "source": "TOUCAN",
        "description": "The Nature Carbon Tonne token...",
        "rating": 0,
        "name": "Nature Carbon Tonne"
    },
    {...}
]

Last updated