Logo
Core Blockchain's Public API Documentation

getMessages

POST {{ENVIRONMENT}}

Get all messages matching a filter. Unlike shh_getFilterChanges this returns all messages.

Parameters

QUANTITY - The filter id.

params: [
  "0x7" // 7
]

Returns

See shh_getFilterChanges

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'ENVIRONMENT' -d '{"jsonrpc":"2.0","method":"shh_getMessages","params":["0x7"],"id":1}'

ENDPOINTS