Skip to main content
GET
Get Address's Follows

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

identifier
string
required

The given address

Query Parameters

cursor
string

Cursor for pagination

limit
number
default:100

Maximum number of follows to return. Defaults to 100

Required range: 1 <= x <= 100

Response

200

items
object[]
required

Profiles followed by the given address

cursor
string | null
required

Cursor for pagination