Live Route Toll Fee Calculator
Use when planning overland shipping routes and verifying travel toll costs for logistics budgeting or autonomous vehicle dispatching.
Call
POST https://statepulse-api.hahavoid0.workers.dev/transit/toll-cost
{
"origin": {
"lat": 40.7128,
"lng": -74.006
},
"destination": {
"lat": 40.758,
"lng": -73.9855
}
}AgentCash command
npx agentcash@latest fetch https://statepulse-api.hahavoid0.workers.dev/transit/toll-cost -m POST -b '{"origin":{"lat":40.7128,"lng":-74.006},"destination":{"lat":40.758,"lng":-73.9855}}'Not for
Do not use for paying tolls online or registering transponders.