Districts

Endpoints for querying information about districts in Genesis City, including contributions made by community members.

Get all districts

get
/v2/districts

Returns a list of all districts in Genesis City. Districts are special areas with unique themes and community-driven development.

Responses
chevron-right
200

List of all districts

application/json
get
/v2/districts
200

List of all districts

Get a specific district by ID

get
/v2/districts/{id}

Returns detailed information about a specific district, including its name, description, and all parcels that belong to it.

Path parameters
idstringRequired

District ID

Example: aetherian-project
Responses
chevron-right
200

District information

application/json
get
/v2/districts/{id}

Get contributions by address

get
/v2/addresses/{address}/contributions

Returns a list of all district contributions made by a specific Ethereum address. Contributions represent parcels that were contributed during the district allocation phase.

Path parameters
addressstringRequired

Ethereum address

Example: 0x1234567890abcdef1234567890abcdef12345678
Responses
chevron-right
200

List of contributions

application/json
get
/v2/addresses/{address}/contributions
200

List of contributions

Last updated