---
title: "POST /v2/makers/batch-lookup"
method: POST
path: "/v2/makers/batch-lookup"
tags: ["Maker"]
---

# POST /v2/makers/batch-lookup

`POST /v2/makers/batch-lookup`

Batch look up makers by processor and hashed on-chain IDs (internal endpoint, requires a privileged x-api-key)

## Request body

- MakerBatchLookupBody
  - `requests` object[], required
    - `processorName` string, required — Payment processor name
    - `hashes` string[], required — Hashed on-chain IDs to look up

## Response `200`

Success

- object
  - `success` boolean, required
  - `message` string, required
  - `responseObject` object — Map keyed by processorName|normalizedHash
  - `statusCode` number, required
  - `errorCode` string

---

[API](https://skmtc.dev/peer/apis/swagger-api.md) · [All operations](https://skmtc.dev/peer/apis/swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/peer/swagger-api/revisions/d5fcf4abb61a/schema)
