ToolAssay

Use when an agent needs to identify a company as a legal entity

Use when an agent needs to identify a company as a legal entity. Returns a resolution against the public legal entity identifier (LEI) registry by LEI, legal name, jurisdiction, registration ID or country, with ranked matches and auditable registry evidence. $0.01.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
23 msmedian answer time
$0.01listed price per call
$0.01price 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://api.oblique.markets/api/v1/paid/gleif-resolve

CategoryCompany and compliance
Provider hostapi.oblique.markets
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days7 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 23 ms

Example input (from the provider)

{
  "body": {
    "candidates": true,
    "country": "ISO 3166-1 alpha-2 legal-address country code",
    "jurisdiction": "ISO 3166-2 jurisdiction code",
    "legal_name": "Legal entity name or distinctive name fragment",
    "lei": "20-character Legal Entity Identifier",
    "registration_id": "Entity registration identifier"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "candidates": {
              "description": "Return ranked candidates instead of rejecting an ambiguous match",
              "type": "boolean"
            },
            "country": {
              "description": "ISO 3166-1 alpha-2 legal-address country code",
              "type": "string"
            },
            "jurisdiction": {
              "description": "ISO 3166-2 jurisdiction code",
              "type": "string"
            },
            "legal_name": {
              "description": "Legal entity name or distinctive name fragment",
              "type": "string"
            },
            "lei": {
              "description": "20-character Legal Entity Identifier",
              "type": "string"
            },
            "registration_id": {
              "description": "Entity registration identifier",
              "type": "string"
            }
          },
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "candidates": {
          "type": "array"
        },
        "evidence_hash": {
          "type": "string"
        },
        "match": {
          "properties": {
            "addresses": {
              "properties": {
                "headquarters": {
                  "type": "null"
                },
                "legal": {
                  "properties": {
                    "address_lines": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "address_number": {
                      "type": "null"
                    },
                    "city": {
                      "type": "string"
                    },
                    "country": {
                      "type": "string"
                    },
                    "postal_code": {
                      "type": "string"
                    },
                    "region": {
                      "type": "null"
                    }
                  },
                  "type": "object"
                },
                "other": {
                  "type": "array"
                }
              },
              "type": "object"
            },
            "jurisdiction": {
              "type": "string"
            },
            "legal_form": {
              "properties": {
                "id": {
                  "type": "string"
                },
                "other": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "legal_name": {
              "type": "string"
            },
            "lei": {
              "type": "string"
            },
            "match_reasons": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "match_score": {
              "type": "integer"
            },
            "parent": {
              "properties": {
                "direct": {
                  "type": "null"
                },
                "relationship_links": {
                  "properties": {
                    "direct": {
                      "type": "null"
                    },
                    "ultimate": {
                      "type": "null"
                    }
                  },
                  "type": "object"
                },
                "ultimate": {
                  "type": "null"
                }
              },
              "type": "object"
            },
            "registration": {
              "properties": {
                "authority_id": {
                  "type": "string"
                },
                "id": {
                  "type": "string"
                },
                "status": {
                  "type": "string"
                },
                "validated_as": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "registry": {
              "properties": {
                "creation_date": {
                  "type": "null"
                },
                "expiration_date": {
                  "type": "null"
                },
                "initial_registration_date": {
                  "type": "string"
                },
                "last_update_date": {
                  "type": "string"
                },
                "next_renewal_date": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "source_url": {
              "type": "string"
            },
            "status": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "query": {
          "properties": {
            "legal_name": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "retrieved_at": {
          "type": "string"
        },
        "source": {
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON