v1
latestOpenAPI 3.0.02026-07-26356764.0 KBEVM Streams
Get streams
Get all the evm streams for the current project based on the project api-key .
get/streams/evm
Query parameters
limitnumber double required
Limit response results max value 100
cursorstring
Cursor for fetching next page
statusstring
Response
Ok
Example response
{
"result": [
{
"triggers": [
{
"functionAbi": {}
}
]
}
]
}