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.
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": 53.5412154,
"lon": -113.5163149,
"name": "Liquor House 113 - Bitcoin Well ATM",
"properties": {
"id": 40849,
"icon": "local_atm",
"email": "hello@bitcoinwell.com",
"hours": null,
"image": null,
"phone": "+1-888-711-3866",
"osm_id": "node:13921406159",
"address": "11314 Jasper Avenue Edmonton T5K 0L8",
"twitter": "https://x.com/BitcoinWell",
"website": "https://bitcoinwell.com",
"comments": null,
"facebook": null,
"instagram": null,
"created_at": "2026-06-09T00:06:11.139Z",
"updated_at": "2026-06-09T00:06:11.141Z",
"description": null,
"verified_at": "2026-06-08T00:00:00Z",
"phone_number": "+1-888-711-3866",
"boosted_until": null,
"opening_hours": null
}
},
{
"lat": 51.7969731,
"lon": -114.6428236,
"name": "Blended Solutions - Bitcoin Well ATM",
"properties": {
"id": 40850,
"icon": "local_atm",
"email": "hello@bitcoinwell.com",
"hours": null,
"image": null,
"phone": "+1-888-711-3866",
"osm_id": "node:13921418627",
"address": "306 Main Ave West Sundre T0M 1X0",
"twitter": "https://x.com/BitcoinWell",
"website": "https://bitcoinwell.com",
"comments": null,
"facebook": null,
"instagram": null,
"created_at": "2026-06-09T00:17:23.215Z",
"updated_at": "2026-06-09T00:17:23.22Z",
"description": null,
"verified_at": "2026-06-08T00:00:00Z",
"phone_number": "+1-888-711-3866",
"boosted_until": null,
"opening_hours": null
}
},
{
"lat": 49.285424,
"lon": -123.0143832,
"name": "Asom Food Store - Bitcoin Well ATM",
"properties": {
"id": 40856,
"icon": "local_atm",
"email": "hello@bitcoinwell.com",
"hours": null,
"image": null,
"phone": "+1-888-711-3866",
"osm_id": "node:13923836663",
"address": "4096 Oxford Street Burnaby V5C 1C6",
"twitter": "https://x.com/BitcoinWell",
"website": "https://bitcoinwell.com",
"comments": null,
"facebook": null,
"instagram": null,
"created_at": "2026-06-09T18:36:26.85Z",
"updated_at": "2026-06-09T18:36:26.856Z",
"description": null,
"verified_at": "2026-06-09T00:00:00Z",
"phone_number": "+1-888-711-3866",
"boosted_until": null,
"opening_hours": null
}
}
]