Question about Overpass or XAPI

Hello

I’m working on my school project now and I need to get coordinates of each point of my citie’s(Dniepropetrovsk, Ukraine) boundary.
I have tried to work with overpass turbo. Here is the query, which doesn’t work correctly.

<osm-script>
  <query type="relation">
    <has-kv k="boundary" v="administrative"/>
    <bbox-query e="34.5" n="48.6" s="48.3" w="35.4"/>
  </query>
  <print/>
</osm-script>

Please advice me the way to get this coordinates.
Thank you

Please change “west” and “east”: The western coordinate is usually smaller than the eastern coodinate.

Thank you. Now it works correctly. I pulled a boner.