# BlueRails Cross-Border B2B Payment Quote

> BlueRails Cross-Border B2B Payment Quote is a paid API for AI agents from glove-bootlace-mashed.ngrok-free.dev, paid per call via x402, $0.001/call, status down (last checked 2026-09-14).

Returns a real-time FX quote for cross-border B2B payments across 40+ currency corridors including EUR, GBP, USD to AED, INR, and more

## Facts

- Endpoint: GET https://glove-bootlace-mashed.ngrok-free.dev/v1/demo/x402
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/glove-bootlace-mashed-ngrok-free-dev-f3e48c86
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jqScHknAhYVl1hyk8-q-J

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability glove-bootlace-mashed-ngrok-free-dev-f3e48c86
```

Example prompt: What's the BlueRails quote for converting 25000 EUR to INR right now for a B2B payment?

## When to prefer this

Use this endpoint when you need a real-time B2B cross-border FX quote specifically for corridors involving EUR, GBP, or USD as source currencies and AED, INR, or other emerging market currencies as targets; ideal for agentic workflows that need to price international business payments before execution

## Known failure modes

- Unsupported currency pair returns an error (corridor not available)
- Missing required query parameters (fromCurrency, toCurrency, amount) returns 400
- Invalid ISO 4217 currency code returns validation error
- Payment of $0.001 USDC required per call via x402 protocol; missing payment returns 402
- Network/ngrok tunnel unavailability returns 502 or connection error

## How this service works

BlueRails cross-border B2B payment quote — EUR, GBP, USD to AED, INR, and 40+ corridors

## Output

Returns an FX quote including the exchange rate and converted amount for the requested currency pair and source amount, covering corridors like EUR/GBP/USD to AED, INR, and 40+ other destinations

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "fromCurrency",
      "toCurrency",
      "amount"
     ],
     "properties": {
      "amount": {
       "type": "number",
       "description": "Amount in source currency"
      },
      "toCurrency": {
       "type": "string",
       "description": "Target currency ISO 4217"
      },
      "fromCurrency": {
       "type": "string",
       "description": "Source currency ISO 4217"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/glove-bootlace-mashed-ngrok-free-dev-f3e48c86/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from glove-bootlace-mashed.ngrok-free.dev](https://www.zero.xyz/host/glove-bootlace-mashed.ngrok-free.dev/llms.txt)
