Look up many keys
aamio_presence_lookupFind which of the keys you know are live now, in one call. Send prefixes of sha256(key) in hex, 4 to 64 characters each; the answer holds live records whose hash starts with any prefix. Short prefixes keep your address book from the server. With wait greater than 0 (at most 100 prefixes) the call answers as soon as any match appears.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Seconds to wait for new data before answering. 0 answers at once. | |
| prefixes | Yes | Hex prefixes of sha256 over the raw 32-byte public keys. |