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.

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": -36.8684107,
    "lon": 174.7777516,
    "name": "CoinFlip Bitcoin ATM",
    "properties": {
      "id": 41433,
      "icon": "local_atm",
      "email": null,
      "hours": "Mo-Fr 09:30-17:30; Sa 09:30-17:00; Su 10:30-16:00",
      "image": null,
      "phone": "0800 447 756",
      "osm_id": "node:13954728402",
      "address": null,
      "twitter": null,
      "website": "https://locations.coinflip.tech/nz/auk/auckland/135-broadway",
      "comments": null,
      "facebook": null,
      "instagram": null,
      "created_at": "2026-07-01T11:06:35.085Z",
      "updated_at": "2026-07-02T07:24:27.733Z",
      "description": null,
      "verified_at": "2026-07-02T00:00:00Z",
      "phone_number": "0800 447 756",
      "boosted_until": null,
      "opening_hours": "Mo-Fr 09:30-17:30; Sa 09:30-17:00; Su 10:30-16:00"
    }
  },
  {
    "lat": 49.4975677,
    "lon": -119.5798228,
    "name": "Rocky Store - Bitcoin Well ATM",
    "properties": {
      "id": 41481,
      "icon": "local_atm",
      "email": "hello@bitcoinwell.com",
      "hours": "Mo-Fr 08:00-18:30; Sa 08:00-18:00; Su 08:00-18:30",
      "image": null,
      "phone": "+1-888-711-3866",
      "osm_id": "node:13984000184",
      "address": "430 Haven Hill Road Penticton V2A 4E8",
      "twitter": "https://x.com/BitcoinWell",
      "website": "https://bitcoinwell.com",
      "comments": null,
      "facebook": null,
      "instagram": null,
      "created_at": "2026-07-02T20:35:51.288Z",
      "updated_at": "2026-07-02T20:35:51.308Z",
      "description": null,
      "verified_at": "2026-07-02T00:00:00Z",
      "phone_number": "+1-888-711-3866",
      "boosted_until": null,
      "opening_hours": "Mo-Fr 08:00-18:30; Sa 08:00-18:00; Su 08:00-18:30"
    }
  },
  {
    "lat": 42.8615653,
    "lon": -2.6684441,
    "name": "Cajero Bitcoin Vitoria El Boulevard",
    "properties": {
      "id": 41518,
      "icon": "local_atm",
      "email": null,
      "hours": null,
      "image": null,
      "phone": null,
      "osm_id": "node:13986740377",
      "address": null,
      "twitter": null,
      "website": "https://bitbase.es/cajero-bitcoin/vitoria",
      "comments": null,
      "facebook": null,
      "instagram": null,
      "created_at": "2026-07-03T20:26:46.278Z",
      "updated_at": "2026-07-03T20:26:46.295Z",
      "description": null,
      "verified_at": null,
      "phone_number": null,
      "boosted_until": null,
      "opening_hours": null
    }
  }
]