/
XM
xmtp
/
MessageApi
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 6h ago · Updated 3w ago
Details
Filter operations
MessageApi
5
post
BatchQuery containing a set of queries to be processed
post
Publish messages to the network
post
Query the store for messages
post
Subscribe to a stream of new envelopes matching a predicate
post
Subscribe to a stream of all messages
MessageApi
Query the store for messages
post
/message/v1/query
Request body
V1QueryRequest
required
contentTopics
string[]
startTimeNs
string
uint64
endTimeNs
string
uint64
pagingInfo
XmtpmessageApiv1PagingInfo
Response
A successful response.
V1QueryResponse
required
envelopes
V1Envelope[]
pagingInfo
XmtpmessageApiv1PagingInfo
Changes