{
  "x402Version": 2,
  "id": 4682,
  "slug": "4682",
  "resource": "https://api.myco2suite.io/api/v1/cbam/batch",
  "description": "Batch EU CBAM: liability for a portfolio of shipments in one call (1–100 shipments; a single live ETS price is shared). Priced per shipment.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xdCA14e2B0F7995fe9263d77A9E7dCd128D1E6dD7",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "16000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "shipments": [
              {
                "cn_code": "72071100",
                "id": "s1",
                "origin_country": "CN",
                "weight_tonnes": 100
              },
              {
                "cn_code": "25231000",
                "id": "s2",
                "origin_country": "TR",
                "weight_tonnes": 500
              }
            ]
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "portfolio": {
              "covered": 2,
              "total_estimated_liability_eur": 2753,
              "total_shipments": 2
            },
            "results": [
              {
                "id": "s1",
                "result": {
                  "sector": "iron_steel"
                },
                "status": "ok"
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "shipments": {
                    "description": "1–100 shipments",
                    "items": {
                      "properties": {
                        "cn_code": {
                          "type": "string"
                        },
                        "id": {
                          "type": "string"
                        },
                        "origin_country": {
                          "type": "string"
                        },
                        "weight_tonnes": {
                          "type": "number"
                        }
                      },
                      "required": [
                        "cn_code",
                        "origin_country",
                        "weight_tonnes"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  }
                },
                "required": [
                  "shipments"
                ]
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.myco2suite.io",
  "lastUpdated": "2026-09-06T01:29:54.564Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-06T01:29:54.258Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.myco2suite.io",
    "manifest_name": "api.myco2suite.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}