API
Get user information by ID
User ID, address, or username
Optional user making the request
""Type of identifier: 'address', 'owner', or 'username'
usernamePossible values: Ok
No content - user not found
Server error
Get notifications for a specific user
The user's unique identifier
Pagination cursor for fetching next set of results
Ok
No content - no notifications found
Server error
Mark all notifications as read for a user
The user's unique identifier
Type of identifier: 'address' or 'username'
usernamePossible values: Ok
Server error
Get users that a specific user is following
The user's unique identifier
Pagination cursor for fetching next set of results
Optional user making the request, for personalized response
""Type of identifier: 'address' or 'username'
usernamePossible values: Ok
No content - user is not following anyone
Server error
Get followers of a specific user
The user's unique identifier
Pagination cursor for fetching next set of results
Optional user making the request, for personalized response
""Type of identifier: 'address' or 'username'
usernamePossible values: Ok
No content - no followers found
Server error
Get channels that a user is a member of
The user's unique identifier
Pagination cursor for fetching next set of results
Optional user making the request, for personalized response
""Ok
No content - no channels found
Server error
Get posts by a specific user
The user's unique identifier
Pagination cursor for fetching next set of results
Optional user making the request, for personalized response
""Ok
No content - no posts found
Server error
Get a single post by its address
The post's unique address/identifier
Optional user making the request, for personalized response
""Ok
No content - post not found
Server error
Get popular posts across the platform
Pagination cursor for fetching next set of results
Optional user making the request, for personalized response
""Ok
No content - no posts found
Server error
Get posts for a user's feed
Pagination cursor for fetching next set of results
User identifier making the request
""Ok
No content - no posts found
Server error
Get comments for a specific post
The post's unique address/identifier
Pagination cursor for fetching next set of results
Optional user making the request, for personalized response
""Ok
No content - no comments found
Server error
Get posts from a specific channel
The channel's unique identifier
Pagination cursor for fetching next set of results
Optional user making the request, for personalized response
""Ok
No content - no posts found
Server error
Get users that are members of a specific channel
The unique channel identifier
Pagination cursor for fetching next set of results
Optional user making the request, for personalized response
""Ok
No content - no users found
Server error
Get information about a specific channel
The unique channel identifier
Optional user making the request, for personalized response
""Ok
No content - channel not found
Server error
Get recommended channels for the user
Ok
No content - no recommended channels found
Server error
Last updated