GET
/
feed

Utilizing Query Parameters with GET Network Feed

Similar to our ‘GET Node Updates’ endpoint, the ‘GET Network Feed’ also supports various query parameters for advanced search capabilities. For a detailed guide on using query parameters, please refer to the GET Node Updates documentation. Below are specific examples tailored for the ‘GET Network Feed’ endpoint.

Examples of Query Parameters for Network Feed

  1. Filtering by Label and Chain: Retrieve network feeds tagged as ‘announcement’ for the ‘Ethereum’ chain.
    GET /network-feed?labels=announcement&chain=eth
    
    
  2. Pagination and Network Specific Feed: Get the second page of feeds for the ‘mainnet’ network, showing 5 records per page.
    GET /network-feed?network=mainnet&page=2&page_size=5
    

A complete list of supported parameters for the ‘GET Network Feed’ endpoint is provided below.

labels
string[]

Type of feed. This can contain (announcement, general information, time sensitive, software upgrade, problem and needs action)

chain
string
required

Network feed chain. Currently supported chains values are ( “aptos”, “arb”, “atom”, “avax”, “base”, “celo”, “dot”, “eth”, “flow”, “harmony”, “kava”, “mina”, “near”, “op”, “polygon”, “sei”, “sol”, “stx”, “sui”, “vet”, “xlm”)

event
string

Title of the network feed event

description
string

Description of the network feed event

network
string

Network feed network (mainnet, testnet, devnet)

clients
string[]

Array of clients this feed corresponds to depending on the chain. Currently supported clients include: ( “aptos”, “atom”, “avalanchego”, “base”, “besu”, “bor”, “celo”, “flow”, “gaia”, “geth”, “harmony”, “heimdall”, “horizon”, “jito”, “kava”, “lighthouse”, “lodestar”, “mina”, “near”, “nethermind”, “nimbus”, “nitro”, “optimism”, “polkadot”, “polygon”, “rocketpool”, “sei”, “solana”, “stacks”, “sui”, “teku”, “thor”)

additional_info_url
string

Link to additional information about the feed

page_size
integer

Size of a single page i.e how many records to send back in the response

page
integer

Page number