ToolAssay

Legal entity identity via GLEIF

Legal entity identity via GLEIF: look up a company by LEI, search legal entities by name across jurisdictions, or validate an LEI checksum. Returns legal name, status, jurisdiction, registered address and registration details — authoritative data for KYB and compliance agents.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1268 msmedian answer time
$0.003listed price per call
$0.003price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://agentbit.app/v1/business/identity

CategoryCompany and compliance
Provider hostagentbit.app
Networkseip155:137, eip155:42161, eip155:480, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days3 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.003 1268 ms

Example input (from the provider)

{
  "body": {
    "lei": "5493001KJTIIGC8Y1R12",
    "operation": "lei_lookup"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "description": {
      "type": "string"
    },
    "errors": {
      "items": {
        "properties": {
          "code": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "retryable": {
            "type": "boolean"
          },
          "status": {
            "type": "integer"
          }
        },
        "required": [
          "status",
          "code"
        ],
        "type": "object"
      },
      "type": "array"
    },
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "description": "LEI / Company Identity input. Legal entity identity via GLEIF: look up a company by LEI, search legal entities by name across jurisdictions, or validate an LEI checksum. Returns legal name, status, jurisdiction, registered address and registration details \u2014 authoritative data for KYB and compliance agents.",
          "properties": {
            "company_name": {
              "type": "string"
            },
            "lei": {
              "type": "string"
            },
            "operation": {
              "type": "string"
            }
          },
          "required": [
            "operation"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "headers": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "networks": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    },
    "pricing": {
      "properties": {
        "amount": {
          "type": [
            "number",
            "null"
          ]
        },
        "currency": {
          "type": "string"
        },
        "firstCallFree": {
          "type": "boolean"
        },
        "maxAmount": {
          "type": "number"
        },
        "model": {
          "type": "string"
        },
        "quoteHint": {
          "type": "string"
        },
        "volumeDiscounts": {
          "items": {
            "properties": {
              "minCalls30d": {
                "type": "integer"
              },
              "percent": {
                "type": "number"
              }
            },
            "required": [
              "minCalls30d",
              "percent"
            ],
            "type": "object"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "provider": {
      "properties": {
        "category": {
          "enum": [
            "FINANCIAL_ANALYSIS",
            "DATA_ENRICHMENT",
            "INFRASTRUCTURE",
            "WEB_SEARCH_RESEARCH",
            "SOCIAL_INTELLIGENCE",
            "PREDICTION_MARKETS",
            "CREATIVE"
          ],
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "docsUrl": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "tags": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "website": {
          "type": "string"
        }
      },
      "required": [
        "name",
        "category"
      ],
      "type": "object"
    },
    "reliability": {
      "properties": {
        "measuredAt": {
          "type": "string"
        },
        "p50LatencyMs": {
          "type": [
            "integer",
            "null"
          ]
        },
        "p95LatencyMs": {
          "type": [
            "integer",
            "null"
          ]
        },
        "sampleSize": {
          "type": "integer"
        },
        "successRatePercent": {
          "type": "number"
        },
        "windowDays": {
          "type": "integer"
        }
      },
      "required": [
        "successRatePercent",
        "sampleSize",
        "windowDays"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON