{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "zg8qqc21-nx-link-billing-usage",
  "title": "Zg8qqc21 \u00b7 Billing Usage",
  "url": "https://zg8qqc21.nx.link/billing/usage",
  "category": "tools",
  "summary": "Zg8qqc21 \u00b7 Billing Usage \u2014 x402-protected tools API. Pay $0.010 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Zg8qqc21 \u00b7 Billing Usage \u2014 x402 tools API \u00b7 $0.010 per call",
    "description": "Zg8qqc21 \u00b7 Billing Usage \u2014 x402-protected tools API. Pay $0.010 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1.0,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x416301691d75f29ce8ea355246d3c87baa65d38b",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Venice.ai API https://api.venice.ai/api/v1 - GET /api/v1/billing/usage",
      "verified": false,
      "hints": {
        "responses": {
          "200": {
            "content": {
              "text/csv": {
                "schema": {
                  "type": "string",
                  "description": "CSV formatted billing usage data"
                }
              },
              "application/json": {
                "schema": {
                  "type": "object",
                  "example": {
                    "data": [
                      {
                        "sku": "venice-sd35-image-unit",
                        "notes": "API Inference",
                        "units": 1,
                        "amount": -0.1,
                        "currency": "DIEM",
                        "timestamp": {},
                        "pricePerUnitUsd": 0.1
                      },
                      {
                        "sku": "llama-3.3-70b-llm-output-mtoken",
                        "notes": "API Inference",
                        "units": 0.000227,
                        "amount": -0.06356,
                        "currency": "DIEM",
                        "timestamp": {},
                        "pricePerUnitUsd": 2.8,
                        "inferenceDetails": {
                          "requestId": "chatcmpl-4007fd29f42b7d3c4107f4345e8d174a",
                          "promptTokens": 339,
                          "completionTokens": 227,
                          "inferenceExecutionTime": 2964
                        }
                      }
                    ],
                    "pagination": {
                      "page": 200,
                      "limit": 1,
                      "total": 56090,
                      "totalPages": 56090
                    }
                  },
                  "required": [
                    "data",
                    "pagination"
                  ],
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "amount",
                          "currency",
                          "inferenceDetails",
                          "notes",
                          "pricePerUnitUsd",
                          "sku",
                          "timestamp",
                          "units"
                        ],
                        "properties": {
                          "sku": {
                            "type": "string",
                            "description": "The product associated with the billing usage entry"
                          },
                          "notes": {
                            "type": "string",
                            "description": "Notes about the billing usage entry"
                          },
                          "units": {
                            "type": "number",
                            "description": "The number of units consumed"
                          },
                          "amount": {
                            "type": "number",
                            "description": "The total amount charged for the billing usage entry"
                          },
                          "currency": {
                            "enum": [
                              "USD",
                              "VCU",
                              "DIEM"
                            ],
                            "type": "string",
                            "example": "USD",
                            "description": "The currency charged for the billing usage entry"
                          },
                          "timestamp": {
                            "type": "string",
                            "example": "2025-01-01T00:00:00Z",
                            "description": "The timestamp the billing usage entry was created"
                          },
                          "pricePerUnitUsd": {
                            "type": "number",
                            "description": "The price per unit in USD"
                          },
                          "inferenceDetails": {
                            "type": "object",
                            "nullable": true,
                            "required": [
                              "completionTokens",
                              "inferenceExecutionTime",
                              "promptTokens",
                              "requestId"
                            ],
                            "properties": {
                              "requestId": {
                                "type": "string",
                                "nullable": true,
                                "description": "Unique identifier for the inference request"
                              },
                              "promptTokens": {
                                "type": "number",
                                "nullable": true,
                                "description": "Number of tokens requested in the prompt. Only present for LLM usage."
                              },
                              "completionTokens": {
                                "type": "number",
                                "nullable": true,
                                "description": "Number of tokens used in the completion. Only present for LLM usage."
                              },
                              "inferenceExecutionTime": {
                                "type": "number",
                                "nullable": true,
                                "description": "Time taken for inference execution in milliseconds"
                              }
                            },
                            "description": "Details about the related inference request, if applicable"
                          }
                        }
                      }
                    },
                    "pagination": {
                      "type": "object",
                      "required": [
                        "limit",
                        "page",
                        "total",
                        "totalPages"
                      ],
                      "properties": {
                        "page": {
                          "type": "number"
                        },
                        "limit": {
                          "type": "number"
                        },
                        "total": {
                          "type": "number"
                        },
                        "totalPages": {
                          "type": "number"
                        }
                      }
                    },
                    "warningMessage": {
                      "type": "string",
                      "description": "A warning message to disambiguate DIEM usage from legacy DIEM (formerly VCU) usage"
                    }
                  },
                  "description": "The response schema for the billing usage endpoint",
                  "additionalProperties": false
                }
              }
            },
            "headers": {
              "x-pagination-page": {
                "schema": {
                  "type": "number",
                  "example": 1,
                  "description": "Current page number"
                }
              },
              "x-pagination-limit": {
                "schema": {
                  "type": "number",
                  "example": 200,
                  "description": "Number of items per page"
                }
              },
              "x-pagination-total": {
                "schema": {
                  "type": "number",
                  "example": 1000,
                  "description": "Total number of items"
                }
              },
              "Content-Disposition": {
                "schema": {
                  "type": "string",
                  "example": "attachment; filename=billing_usage.csv",
                  "description": "attachment; filename=billing_usage.csv"
                }
              },
              "x-pagination-total-pages": {
                "schema": {
                  "type": "number",
                  "example": 5,
                  "description": "Total number of pages"
                }
              }
            },
            "description": "Successful response"
          },
          "400": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DetailedError"
                }
              }
            },
            "description": "Invalid request parameters"
          },
          "401": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/StandardError"
                }
              }
            },
            "description": "Authentication failed"
          },
          "500": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/StandardError"
                }
              }
            },
            "description": "Inference processing failed"
          }
        },
        "parameters": [
          {
            "in": "header",
            "name": "Accept",
            "schema": {
              "type": "string",
              "example": "application/json, text/csv"
            },
            "description": "Accept header to specify the response format"
          },
          {
            "in": "query",
            "name": "currency",
            "schema": {
              "enum": [
                "USD",
                "VCU",
                "DIEM"
              ],
              "type": "string",
              "example": "USD",
              "description": "Filter by currency"
            },
            "required": false
          },
          {
            "in": "query",
            "name": "endDate",
            "schema": {
              "type": "string",
              "format": "date-time",
              "example": "2024-12-31T23:59:59Z",
              "description": "End date for filtering records (ISO 8601)"
            },
            "required": false
          },
          {
            "in": "query",
            "name": "limit",
            "schema": {
              "type": "integer",
              "default": 200,
              "example": 200,
              "maximum": 500,
              "minimum": 0,
              "description": "Number of items per page",
              "exclusiveMinimum": true
            },
            "required": false
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "type": "integer",
              "default": 1,
              "example": 1,
              "minimum": 0,
              "description": "Page number for pagination",
              "exclusiveMinimum": true
            },
            "required": false
          },
          {
            "in": "query",
            "name": "sortOrder",
            "schema": {
              "enum": [
                "asc",
                "desc"
              ],
              "type": "string",
              "default": "desc",
              "example": "desc",
              "description": "Sort order for createdAt field"
            },
            "required": false
          },
          {
            "in": "query",
            "name": "startDate",
            "schema": {
              "type": "string",
              "format": "date-time",
              "example": "2024-01-01T00:00:00Z",
              "description": "Start date for filtering records (ISO 8601)"
            },
            "required": false
          }
        ]
      }
    }
  ],
  "origin": {
    "slug": "zg8qqc21-nx-link",
    "host": "zg8qqc21.nx.link",
    "url": "https://zg8qqc21.nx.link"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/zg8qqc21-nx-link-billing-usage",
    "url": "https://x402all.com/resource/zg8qqc21-nx-link-billing-usage",
    "name": "Zg8qqc21 \u00b7 Billing Usage",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/zg8qqc21-nx-link-billing-usage",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://zg8qqc21.nx.link/billing/usage",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/zg8qqc21-nx-link",
      "url": "https://zg8qqc21.nx.link",
      "name": "zg8qqc21.nx.link",
      "@type": "Organization"
    },
    "identifier": "zg8qqc21-nx-link-billing-usage",
    "description": "Zg8qqc21 \u00b7 Billing Usage \u2014 x402-protected tools API. Pay $0.010 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=zg8qqc21-nx-link-billing-usage",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=zg8qqc21-nx-link-billing-usage",
  "callability": {
    "status": "partial",
    "schema_callability": 0.39,
    "source": "facilitator_bazaar",
    "source_confidence": 0.75,
    "match_confidence": 0.4,
    "schema_confidence": 0.5,
    "validated_at": "2026-05-10T22:57:02.093555+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://zg8qqc21.nx.link/billing/usage",
    "content_type": "application/json",
    "response_schema": {
      "type": "string",
      "description": "CSV formatted billing usage data"
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "declared"
    },
    "contract_hash": "44c1bc8d09b341943d74efa76425a3fd232692bedaa1206e5ec75cb4a08f6c85"
  }
}