# Toolrail Argentine Dollar Quotes

> Toolrail Argentine Dollar Quotes is a paid API for AI agents from toolrail.dev, paid per call via x402, $0.007/call, status unknown (last checked 2026-09-14).

Returns real-time Argentine dollar exchange rates including oficial, blue (parallel market), and euro rates, plus the gap percentage between oficial and blue rates.

## Facts

- Endpoint: GET https://toolrail.dev/latam/dolar-argentina
- Price: $0.007/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/toolrail-argentine-dollar-quotes-fa7513bb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zU4gRmcIGhnhfaYB1TB8N

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 toolrail-argentine-dollar-quotes-fa7513bb
```

Example prompt: What are the current Argentine dollar rates — give me the oficial, blue, and euro quotes plus the gap percentage between oficial and blue.

## When to prefer this

Use this endpoint when you need all major Argentine dollar rates (oficial, blue, euro) and the gap percentage in a single call, especially for Latin American financial monitoring, travel planning, remittance calculations, or economic analysis involving Argentine FX dynamics.

## Known failure modes

- Upstream data source unavailable — stale or missing rate data
- Rate limiting or payment rejection if x402 payment fails
- Temporary service outage returning 5xx error
- Rate data may lag real-time market by minutes during volatile sessions

## How this service works

Argentine dollar quotes in one call: oficial, blue (parallel) and euro rates plus the gap percentage — the region's most watched FX spread.

## Output

A JSON object containing the current Argentine dollar exchange rates: oficial (central bank rate), blue (parallel/black market rate), and euro rates, along with the percentage gap between the oficial and blue rates.

## 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",
     "properties": {}
    }
   },
   "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/toolrail-argentine-dollar-quotes-fa7513bb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from toolrail.dev](https://www.zero.xyz/host/toolrail.dev/llms.txt)
