GET
/
v1
/
staking
/
citizens
curl --request GET \
  --url https://api.unlinked.dev/v1/staking/citizens \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "type": "s1",
    "image": "<string>",
    "id": "<string>"
  }
]

Description

Get all staked Citizens for a given wallet address.

Changelog

DateChanges
Mar 08 2024Introduced endpoint

Authorizations

Authorization
string
header
required

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

Query Parameters

address
string
required
Required string length: 42

Response

200
application/json
List of all staked citizens for the given address
type
enum<string>
required
Available options:
s1,
s2
id
string
required
name
string
image
string