Bitcoin ATM Directory Map

Explore Bitcoin ATM locations around the world

How to call

Request format

GET
curl -X GET "https://newhedge.io/api/v2/metrics/atm-locations-map/METRIC_NAME?api_token=YOUR_TOKEN"
Query params

api_token (required) — 24 character token.

resolution (optional) — day1 (default), hour12, hour4, hour1, 30mn, 10mn. Finer buckets are served to Advanced and Enterprise accounts; see Resolutions.

before (optional) — exclusive cursor, returns observations older than this timestamp_ms. Finer resolutions only.

limit (optional) — page size for finer resolutions. Default 2500, maximum 5000. Ignored for day1.

Path params

:metric_name — one of the metric names listed below.

Responses

200 with JSON payload, 401 for missing/invalid token, 404 for missing resources.

Metrics

Each metric is fetched independently. Responses are trimmed samples to show structure.

1 metrics
Metric

Btcmap Atm Locations

Data used by the ATM Map chart.

Endpoint
https://newhedge.io/api/v2/metrics/atm-locations-map/btcmap_atm_locations?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  {
    "lat": 32.7448514,
    "lon": -85.2792617,
    "name": "Cash2Bitcoin ATM",
    "properties": {
      "id": 42304,
      "icon": "local_atm",
      "email": null,
      "hours": "Mo-Su 00:00-24:00",
      "image": null,
      "phone": null,
      "osm_id": "node:14088954122",
      "address": "5495 County Road 388 Cusseta 36852",
      "twitter": null,
      "website": "https://locations.cash2bitcoin.com/locations/cusseta-alabama-bitcoin-atm-12335/",
      "comments": null,
      "facebook": null,
      "instagram": null,
      "created_at": "2026-08-12T04:16:00.402Z",
      "updated_at": "2026-08-12T04:16:00.405Z",
      "description": null,
      "verified_at": null,
      "phone_number": null,
      "boosted_until": null,
      "opening_hours": "Mo-Su 00:00-24:00"
    }
  },
  {
    "lat": 33.2777153,
    "lon": -86.8520472,
    "name": "Cash2Bitcoin ATM",
    "properties": {
      "id": 42305,
      "icon": "local_atm",
      "email": null,
      "hours": "Mo-Su 00:00-24:00",
      "image": null,
      "phone": null,
      "osm_id": "node:14088968107",
      "address": "4925 County Road 17 Helena AL 35080",
      "twitter": null,
      "website": "https://locations.cash2bitcoin.com/locations/helena-al-alabama-bitcoin-atm-12261/",
      "comments": null,
      "facebook": null,
      "instagram": null,
      "created_at": "2026-08-12T04:16:00.422Z",
      "updated_at": "2026-08-12T04:16:00.424Z",
      "description": null,
      "verified_at": null,
      "phone_number": null,
      "boosted_until": null,
      "opening_hours": "Mo-Su 00:00-24:00"
    }
  },
  {
    "lat": 33.752459,
    "lon": -85.7865989,
    "name": "Cash2Bitcoin ATM",
    "properties": {
      "id": 42306,
      "icon": "local_atm",
      "email": null,
      "hours": "Mo-Sa 09:00-23:00; Su 09:00-22:00",
      "image": null,
      "phone": null,
      "osm_id": "node:14088973759",
      "address": "8149 McCellan Boulevard Anniston 36206",
      "twitter": null,
      "website": "https://locations.cash2bitcoin.com/locations/bitcoin-atm-in-anniston-alabama/",
      "comments": null,
      "facebook": null,
      "instagram": null,
      "created_at": "2026-08-12T04:16:00.433Z",
      "updated_at": "2026-08-12T04:16:00.436Z",
      "description": null,
      "verified_at": null,
      "phone_number": null,
      "boosted_until": null,
      "opening_hours": "Mo-Sa 09:00-23:00; Su 09:00-22:00"
    }
  }
]