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": 34.6089184,
"lon": -86.9772177,
"name": "Athena Bitcoin ATM",
"properties": {
"id": 40067,
"icon": "local_atm",
"email": "support@athenabitcoin.com",
"hours": "Mo-Su 00:00-24:00",
"image": null,
"phone": "+1 312-690-4466",
"osm_id": "node:13829990021",
"address": "904 6th Avenue Northeast Decatur 35601",
"twitter": null,
"website": null,
"comments": null,
"facebook": null,
"instagram": null,
"created_at": "2026-05-15T02:36:32.496Z",
"updated_at": "2026-05-15T02:36:32.5Z",
"description": null,
"verified_at": null,
"phone_number": "+1 312-690-4466",
"boosted_until": null,
"opening_hours": "Mo-Su 00:00-24:00"
}
},
{
"lat": 34.6938875,
"lon": -87.6216487,
"name": "Athena Bitcoin ATM",
"properties": {
"id": 40068,
"icon": "local_atm",
"email": "support@athenabitcoin.com",
"hours": "24/7",
"image": null,
"phone": "+1 312-690-4466",
"osm_id": "node:13829990245",
"address": null,
"twitter": null,
"website": "https://athenabitcoin.com/bitcoin-atm-locations/?location=athena-bitcoin-atm-in-tuscumbia-al-tuscumbia-al-5",
"comments": null,
"facebook": null,
"instagram": null,
"created_at": "2026-05-15T02:36:32.509Z",
"updated_at": "2026-05-17T00:04:05.177Z",
"description": null,
"verified_at": "2026-05-17T00:00:00Z",
"phone_number": "+1 312-690-4466",
"boosted_until": null,
"opening_hours": "24/7"
}
},
{
"lat": 50.0625248,
"lon": 19.9301831,
"name": "Bitcoin ATM",
"properties": {
"id": 40169,
"icon": "local_atm",
"email": null,
"hours": "24/7",
"image": "https://shitcoins.club/resources/img/atms/PL/krk_studencka_4.jpg",
"phone": null,
"osm_id": "node:13840536604",
"address": null,
"twitter": null,
"website": "https://shitcoins.club/lokalizacje-bitomatow/bitomat-krakow-studencka",
"comments": null,
"facebook": null,
"instagram": null,
"created_at": "2026-05-17T16:16:37.545Z",
"updated_at": "2026-05-18T01:33:46.7Z",
"description": null,
"verified_at": "2026-05-18T00:00:00Z",
"phone_number": null,
"boosted_until": null,
"opening_hours": "24/7"
}
}
]