hirosystems / stacks-blockchain-api

API for the Stacks blockchain
https://stacks-blockchain-api.vercel.app
GNU General Public License v3.0
172 stars 111 forks source link

Add signer geolocation to GET /extended/v2/pox/cycles/:cycle_number/signers/:signer_key #1989

Closed BLuEScioN closed 3 months ago

BLuEScioN commented 3 months ago

The explorer is adding a world map to the signers page that will show where all the signers are located around the world. In order to build this we would need to add the signers geolocation to the GET /extended/v2/pox/cycles/:cycle_number/signers/:signer_key endpoint https://www.figma.com/design/31q1g27k69z1yXb6r6vrRD/Stacks-Explorer-Working-File?node-id=7980-57690&m=dev

zone117x commented 3 months ago

Endpoint for fetching signer geo-ip implemented in another repo