Circle memberships for the token owner
GET/api/v1/me/circles
Circle memberships for the token owner
curl https://racks.cash/api/v1/me/circles{
"circles": [
{
"id": "clxxxxxxxxxxxxxxxxxxxxxxxx",
"createdAt": "2019-12-27T18:11:19.117Z",
"emoji": "🔥",
"isOwner": true,
"isPrivate": true,
"joinedAt": "2019-12-27T18:11:19.117Z",
"name": "Degen Questers",
"role": "OWNER"
}
]
}Returns Examples
{
"circles": [
{
"id": "clxxxxxxxxxxxxxxxxxxxxxxxx",
"createdAt": "2019-12-27T18:11:19.117Z",
"emoji": "🔥",
"isOwner": true,
"isPrivate": true,
"joinedAt": "2019-12-27T18:11:19.117Z",
"name": "Degen Questers",
"role": "OWNER"
}
]
}