Districts
Endpoints for querying information about districts in Genesis City, including contributions made by community members.
Returns detailed information about a specific district, including its name, description, and all parcels that belong to it.
Path parameters
idstringRequiredExample:
District ID
aetherian-projectResponses
200
District information
application/json
404
District not found
text/plain
get
/v2/districts/{id}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
addressstringRequiredExample:
Ethereum address
0x1234567890abcdef1234567890abcdef12345678Responses
200
List of contributions
application/json
get
/v2/addresses/{address}/contributions200
List of contributions
Last updated