v1

latestOpenAPI 3.0.02026-07-26356764.0 KB
EVM 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

cursorstring

Cursor for fetching next page

totalnumber double required

Total count of streams on the project

Example response

{
  "result": [
    {
      "triggers": [
        {
          "functionAbi": {}
        }
      ]
    }
  ]
}