Skip to main content
POST
Builds a single registry call that verifies many identities at once. Invalid entries (malformed addresses, missing country) are filtered out and reported back in rejected rather than failing the request. Call it once without txHash to get the calldata, and again with the same entries plus txHash once you have broadcast it. The off-chain records are created or updated on the second call.

Request Body

array
required
Array of identity objects to verify. Minimum 1, maximum 500 entries. Each entry accepts the same fields as Verify Identity.
string
Hash of the transaction you broadcast. Send it, along with the same entries, to confirm the batch and write the records. Omit it to receive the calldata.

Response Fields

object
Send the identical entries array on both calls. Confirmation compares the addresses decoded from the receipt against the entries you submitted and rejects the call with TX_ENTRIES_MISMATCH if the sets differ, so no records are written from a transaction that verified a different batch.