Skip to main content

Gets detailed channel information such as subscribers and stakes

GET 

/getChannelSubscribersAndStakes

Gets detailed channel information such as subscribers and stakes

Request

Query Parameters

    channelAddress stringrequired
    first numberrequired
    skip numberrequired

Responses

Channel information with subscribers and stakes

Schema
    title stringrequired
    bio stringrequired
    members object[]
  • Array [
  • subscriber object
    id stringrequired
    fid stringrequired
  • ]
  • otherProperties objectrequired
Loading...