mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

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.

Do you run api.oblique.markets? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
10000 (raw units)
price
8
calls / 30d
3
unique payers
2026-09-14
updated

Provider

api.oblique.markets · discovered, not yet claimed by its owner

Payment (x402 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
  }
]

Output schema

{
  "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"
    }
  }
}

Use it

curl

curl "https://api.oblique.markets/api/v1/paid/gleif-resolve"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.oblique.markets/api/v1/paid/gleif-resolve");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.oblique.markets/api/v1/paid/gleif-resolve")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/547.json, and this resource appears in /discovery/resources and /discovery/search.