{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "bk9jpt7z-nx-link-api-keys-id",
  "title": "Bk9jpt7z \u00b7 Api Keys",
  "url": "https://bk9jpt7z.nx.link/api_keys/{id}",
  "category": "data",
  "summary": "Bk9jpt7z \u00b7 Api Keys \u2014 x402-protected data API. Pay $0.010 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Bk9jpt7z \u00b7 Api Keys \u2014 x402 data API \u00b7 $0.010 per call",
    "description": "Bk9jpt7z \u00b7 Api Keys \u2014 x402-protected data API. Pay $0.010 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [
    "Handles secrets/credentials \u2014 PII/security risk."
  ],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.5,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x6c404c6aa5ddd01a9a5978f67f16a4c44174c288",
      "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 Get API key details by ID",
      "verified": false,
      "hints": {
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "example": {
                    "data": {
                      "id": "e28e82dc-9df2-4b47-b726-d0a222ef2ab5",
                      "usage": {
                        "trailingSevenDays": {
                          "usd": "10.2424",
                          "vcu": "42.2315",
                          "diem": "4.2231"
                        }
                      },
                      "createdAt": {},
                      "expiresAt": {},
                      "apiKeyType": "ADMIN",
                      "last6Chars": "2V2jNW",
                      "lastUsedAt": {},
                      "description": "Example API Key",
                      "consumptionLimits": {
                        "usd": 50,
                        "diem": 10
                      }
                    }
                  },
                  "required": [
                    "data"
                  ],
                  "properties": {
                    "data": {
                      "type": "object",
                      "required": [
                        "apiKeyType",
                        "consumptionLimits",
                        "createdAt",
                        "expiresAt",
                        "id",
                        "last6Chars",
                        "lastUsedAt"
                      ],
                      "properties": {
                        "id": {
                          "type": "string",
                          "example": "e28e82dc-9df2-4b47-b726-d0a222ef2ab5",
                          "description": "API Key ID"
                        },
                        "usage": {
                          "type": "object",
                          "required": [
                            "trailingSevenDays"
                          ],
                          "properties": {
                            "trailingSevenDays": {
                              "type": "object",
                              "required": [
                                "usd",
                                "vcu",
                                "diem"
                              ],
                              "properties": {
                                "usd": {
                                  "type": "string",
                                  "example": "10.2424",
                                  "description": "USD usage in the trailing 7 days"
                                },
                                "vcu": {
                                  "type": "string",
                                  "example": "42.2315",
                                  "deprecated": true,
                                  "description": "VCU usage in the trailing 7 days (deprecated - use Diem instead)"
                                },
                                "diem": {
                                  "type": "string",
                                  "example": "4.2231",
                                  "description": "Diem usage in the trailing 7 days"
                                }
                              }
                            }
                          }
                        },
                        "createdAt": {
                          "type": "string",
                          "example": "2023-10-01T12:00:00Z",
                          "nullable": true,
                          "description": "API Key creation date"
                        },
                        "expiresAt": {
                          "type": "string",
                          "example": "2023-10-01T12:00:00Z",
                          "nullable": true,
                          "description": "API Key expiration date"
                        },
                        "apiKeyType": {
                          "enum": [
                            "INFERENCE",
                            "ADMIN"
                          ],
                          "type": "string",
                          "example": "ADMIN",
                          "description": "API Key type"
                        },
                        "last6Chars": {
                          "type": "string",
                          "example": "2V2jNW",
                          "description": "Last 6 characters of the API Key"
                        },
                        "lastUsedAt": {
                          "type": "string",
                          "example": "2023-10-01T12:00:00Z",
                          "nullable": true,
                          "description": "API Key last used date"
                        },
                        "description": {
                          "type": "string",
                          "example": "Example API Key",
                          "description": "API Key description"
                        },
                        "consumptionLimits": {
                          "type": "object",
                          "example": {
                            "usd": 50,
                            "vcu": 30,
                            "diem": 10
                          },
                          "properties": {
                            "usd": {
                              "anyOf": [
                                {
                                  "type": "number",
                                  "minimum": 0
                                },
                                {
                                  "title": "null",
                                  "nullable": true
                                },
                                {
                                  "title": "null",
                                  "nullable": true
                                }
                              ],
                              "example": 50,
                              "description": "USD limit"
                            },
                            "vcu": {
                              "anyOf": [
                                {
                                  "type": "number",
                                  "minimum": 0
                                },
                                {
                                  "title": "null",
                                  "nullable": true
                                },
                                {
                                  "title": "null",
                                  "nullable": true
                                }
                              ],
                              "example": 100,
                              "deprecated": true,
                              "description": "VCU limit (deprecated - use Diem instead)"
                            },
                            "diem": {
                              "anyOf": [
                                {
                                  "type": "number",
                                  "minimum": 0
                                },
                                {
                                  "title": "null",
                                  "nullable": true
                                },
                                {
                                  "title": "null",
                                  "nullable": true
                                }
                              ],
                              "example": 10,
                              "description": "Diem limit"
                            }
                          },
                          "description": "The API Key consumption limits for each epoch."
                        }
                      },
                      "description": "API key details",
                      "additionalProperties": false
                    }
                  },
                  "additionalProperties": false
                }
              }
            },
            "description": "OK"
          },
          "401": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/StandardError"
                }
              }
            },
            "description": "Authentication failed"
          },
          "500": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/StandardError"
                }
              }
            },
            "description": "An unknown error occurred"
          }
        },
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "schema": {
              "type": "string"
            },
            "required": true,
            "description": "The ID of the API key to retrieve"
          }
        ]
      }
    }
  ],
  "origin": {
    "slug": "bk9jpt7z-nx-link",
    "host": "bk9jpt7z.nx.link",
    "url": "https://bk9jpt7z.nx.link"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/bk9jpt7z-nx-link-api-keys-id",
    "url": "https://x402all.com/resource/bk9jpt7z-nx-link-api-keys-id",
    "name": "Bk9jpt7z \u00b7 Api Keys",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/bk9jpt7z-nx-link-api-keys-id",
      "@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://bk9jpt7z.nx.link/api_keys/{id}",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/bk9jpt7z-nx-link",
      "url": "https://bk9jpt7z.nx.link",
      "name": "bk9jpt7z.nx.link",
      "@type": "Organization"
    },
    "identifier": "bk9jpt7z-nx-link-api-keys-id",
    "description": "Bk9jpt7z \u00b7 Api Keys \u2014 x402-protected data API. Pay $0.010 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=bk9jpt7z-nx-link-api-keys-id",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=bk9jpt7z-nx-link-api-keys-id",
  "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:35:04.708942+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://bk9jpt7z.nx.link/api_keys/{id}",
    "content_type": "application/json",
    "response_schema": {
      "type": "object",
      "example": {
        "data": {
          "id": "e28e82dc-9df2-4b47-b726-d0a222ef2ab5",
          "usage": {
            "trailingSevenDays": {
              "usd": "10.2424",
              "vcu": "42.2315",
              "diem": "4.2231"
            }
          },
          "createdAt": {},
          "expiresAt": {},
          "apiKeyType": "ADMIN",
          "last6Chars": "2V2jNW",
          "lastUsedAt": {},
          "description": "Example API Key",
          "consumptionLimits": {
            "usd": 50,
            "diem": 10
          }
        }
      },
      "required": [
        "data"
      ],
      "properties": {
        "data": {
          "type": "object",
          "required": [
            "apiKeyType",
            "consumptionLimits",
            "createdAt",
            "expiresAt",
            "id",
            "last6Chars",
            "lastUsedAt"
          ],
          "properties": {
            "id": {
              "type": "string",
              "example": "e28e82dc-9df2-4b47-b726-d0a222ef2ab5",
              "description": "API Key ID"
            },
            "usage": {
              "type": "object",
              "required": [
                "trailingSevenDays"
              ],
              "properties": {
                "trailingSevenDays": {
                  "type": "object",
                  "required": [
                    "usd",
                    "vcu",
                    "diem"
                  ],
                  "properties": {
                    "usd": {
                      "type": "string",
                      "example": "10.2424",
                      "description": "USD usage in the trailing 7 days"
                    },
                    "vcu": {
                      "type": "string",
                      "example": "42.2315",
                      "deprecated": true,
                      "description": "VCU usage in the trailing 7 days (deprecated - use Diem instead)"
                    },
                    "diem": {
                      "type": "string",
                      "example": "4.2231",
                      "description": "Diem usage in the trailing 7 days"
                    }
                  }
                }
              }
            },
            "createdAt": {
              "type": "string",
              "example": "2023-10-01T12:00:00Z",
              "nullable": true,
              "description": "API Key creation date"
            },
            "expiresAt": {
              "type": "string",
              "example": "2023-10-01T12:00:00Z",
              "nullable": true,
              "description": "API Key expiration date"
            },
            "apiKeyType": {
              "enum": [
                "INFERENCE",
                "ADMIN"
              ],
              "type": "string",
              "example": "ADMIN",
              "description": "API Key type"
            },
            "last6Chars": {
              "type": "string",
              "example": "2V2jNW",
              "description": "Last 6 characters of the API Key"
            },
            "lastUsedAt": {
              "type": "string",
              "example": "2023-10-01T12:00:00Z",
              "nullable": true,
              "description": "API Key last used date"
            },
            "description": {
              "type": "string",
              "example": "Example API Key",
              "description": "API Key description"
            },
            "consumptionLimits": {
              "type": "object",
              "example": {
                "usd": 50,
                "vcu": 30,
                "diem": 10
              },
              "properties": {
                "usd": {
                  "anyOf": [
                    {
                      "type": "number",
                      "minimum": 0
                    },
                    {
                      "title": "null",
                      "nullable": true
                    },
                    {
                      "title": "null",
                      "nullable": true
                    }
                  ],
                  "example": 50,
                  "description": "USD limit"
                },
                "vcu": {
                  "anyOf": [
                    {
                      "type": "number",
                      "minimum": 0
                    },
                    {
                      "title": "null",
                      "nullable": true
                    },
                    {
                      "title": "null",
                      "nullable": true
                    }
                  ],
                  "example": 100,
                  "deprecated": true,
                  "description": "VCU limit (deprecated - use Diem instead)"
                },
                "diem": {
                  "anyOf": [
                    {
                      "type": "number",
                      "minimum": 0
                    },
                    {
                      "title": "null",
                      "nullable": true
                    },
                    {
                      "title": "null",
                      "nullable": true
                    }
                  ],
                  "example": 10,
                  "description": "Diem limit"
                }
              },
              "description": "The API Key consumption limits for each epoch."
            }
          },
          "description": "API key details",
          "additionalProperties": false
        }
      },
      "additionalProperties": false
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "declared"
    },
    "contract_hash": "659b43e26739d474ae87a4e273885fda7d626cf185f4a5841a26e42b1182780c"
  }
}