{
  "x402Version": 2,
  "id": 547,
  "slug": "547",
  "resource": "https://api.oblique.markets/api/v1/paid/gleif-resolve",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x970007590aCC5C938cd51345B17AF51B1B40D3Ab",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 60
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "GYyTRmt317JafPHXPnM54Fsvsma5GnS9wm6qGMqaykdS",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "10000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "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"
        },
        "output": {
          "example": {
            "candidates": [],
            "evidence_hash": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
            "match": {
              "addresses": {
                "headquarters": null,
                "legal": {
                  "address_lines": [
                    "1 Example Street"
                  ],
                  "address_number": null,
                  "city": "London",
                  "country": "GB",
                  "postal_code": "SW1A 1AA",
                  "region": null
                },
                "other": []
              },
              "jurisdiction": "GB",
              "legal_form": {
                "id": "8888",
                "other": "Limited company"
              },
              "legal_name": "Example Holdings Ltd",
              "lei": "5493001KJTIIGC8Y1R12",
              "match_reasons": [
                "exact_legal_name"
              ],
              "match_score": 101,
              "parent": {
                "direct": null,
                "relationship_links": {
                  "direct": null,
                  "ultimate": null
                },
                "ultimate": null
              },
              "registration": {
                "authority_id": "RA000585",
                "id": "01234567",
                "status": "ISSUED",
                "validated_as": "01234567"
              },
              "registry": {
                "creation_date": null,
                "expiration_date": null,
                "initial_registration_date": "2018-01-02T10:00:00Z",
                "last_update_date": "2026-08-20T10:00:00Z",
                "next_renewal_date": "2027-01-02T10:00:00Z"
              },
              "source_url": "https://api.gleif.org/api/v1/lei-records/5493001KJTIIGC8Y1R12",
              "status": "ACTIVE"
            },
            "query": {
              "legal_name": "Example Holdings Ltd"
            },
            "retrieved_at": "2026-08-23T12:00:00.000Z",
            "source": "GLEIF Golden Copy"
          },
          "type": "json"
        }
      },
      "schema": {
        "$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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.oblique.markets",
  "lastUpdated": "2026-09-14T06:48:49.636Z",
  "quality": {
    "calls30d": 8,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-14T06:48:49.518Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.oblique.markets",
    "manifest_name": "api.oblique.markets",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}