Enterprise API · Private Beta
Routing intelligence, as an API.
One endpoint returns the best route for any transfer — scored, ranked, and explained. Embed it in your payouts, treasury, or checkout flow. Join the waitlist for early access.
One call. Every rail.
Send an amount and a corridor; get back a ranked set of routes with cost, speed, risk, confidence, and the reasoning behind the recommendation.
routes.request
POST https://api.gmr.ramsford.ai/v1/routes
Authorization: Bearer gmr_live_••••••••
{
"amount": 25000,
"from": "USD",
"to": "PHP",
"optimize": "best"
}
→ 200 OK
{
"best": {
"route": "XRP Liquidity Bridge",
"allInCost": 112.50,
"arrival": "2-5 min",
"confidence": 92,
"savingsVsWire": 487.50
},
"routes": [ /* ranked alternatives */ ]
}REST + JSON
A clean, predictable endpoint. SDKs for Node, Python, and Go on the roadmap.
Webhooks
Subscribe to corridor and rate changes so your routing stays current.
Low latency
Sub-100ms route scoring built for inline checkout and payout decisions.
Enterprise-grade
Scoped API keys, audit logs, and SLAs for production payment workloads.
Request early access
Tell us a little about your volume and corridors. We're onboarding design partners now.