mirrored listing x402 eip155:8453

Snapshot of every series, all countries

Snapshot of every series, all countries

Do you run asiaref.dev? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
20000 (raw units)
price
3
calls / 30d
2
unique payers
2026-08-28
updated

Provider

asiaref.dev · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x1F0409ccD20A2fb497d4DeCeF4E17e9d0688FeA6",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {},
        "type": "http"
      },
      "output": {
        "example": [
          {
            "country": "AE",
            "series": [
              {
                "confidence": "primary",
                "country": "AE",
                "disclaimer": "Independent service, not affiliated with any government. Verify against the cited official source before legal or financial use.",
                "effective_from": "2025-12-11",
                "history": [
                  {
                    "effective_from": "2025-10-30",
                    "effective_to": "2025-12-10",
                    "last_confirmed": "2026-07-24",
                    "source": {
                      "name": "CBUAE 'Lowers the Base Rate by 25 Basis Points', 29 October 2025 — cut the ODF Base Rate from 4.15% to 3.90%, effective Thursday 30 October 2025, following the US Fed's 25bp IORB …",
                      "url": "https://www.centralbank.ae/en/our-operations/monetary-policy-and-domestic-markets/"
                    },
                    "unit": "percent",
                    "value": 3.9
                  }
                ],
                "last_confirmed": "2026-07-24",
                "notes": "PEG/FED LINK (the reader must understand this tracks the US Fed, not an independent UAE decision): the UAE dirham is pegged to the US dollar at AED 3.6725 = USD 1, a peg in place …",
                "series": "policy-rate",
                "source": {
                  "name": "CBUAE press release 'CBUAE Lowers the Base Rate by 25 Basis Points', Abu Dhabi 10 December 2025 — cut the Base Rate applicable to the Overnight Deposit Facility (ODF) from 3.90% t…",
                  "url": "https://www.centralbank.ae/media/051jybbj/cbuae-lowers-the-base-rate-by-25-basis-points-en.pdf"
                },
                "stale": false,
                "unit": "percent",
                "value": 3.65
              }
            ]
          }
        ],
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "additionalProperties": false,
              "properties": {},
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "description": "One entry per country, each with all its series values",
              "items": {
                "properties": {
                  "country": {
                    "description": "ISO 3166-1 alpha-2 country code",
                    "type": "string"
                  },
                  "series": {
                    "items": {
                      "properties": {
                        "components": {
                          "description": "Optional. Breakdown of a composite rate into its named statutory components (present only where applicable, e.g. Ghana VAT).",
                          "items": {
                            "properties": {
                              "name": {
                                "type": "string"
                              },
                              "rate": {
                                "type": "number"
                              }
                            },
                            "required": [
                              "name",
                              "rate"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        },
                        "country": {
                          "description": "ISO 3166-1 alpha-2 country code",
                          "type": "string"
                        },
                        "effective_from": {
                          "format": "date",
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "effective_from_basis": {
                          "description": "Optional. Absent: effective_from is the date the value became the law (a genuine change point). 'restatement': effective_from is the date the value's CURRENT LEGAL BASIS took effect (a new tax code, an annual finance law) while the value itself is older and its true origin is not primary-verifiable — a verified floor, not a change. Do not read a restatement row as the value having changed on that date.",
                          "enum": [
                            "restatement"
                          ],
                          "type": "string"
                        },
                        "effective_rate": {
                          "description": "Optional. Combined effective rate where statutory levies stack on top of the standard rate (e.g. Ghana VAT 15% + NHIL 2.5% + GETFund 2.5% = 20%). Present only where it differs from value.",
                          "type": "number"
                        },
                        "last_confirmed": {
                          "description": "When this value was last verified against the official source",
                          "format": "date",
                          "type": "string"
                        },
                        "notes": {
                          "type": "string"
                        },
                        "series": {
                          "type": "string"
                        },
                        "source": {
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "url": {
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "required": [
                            "name",
                            "url"
                          ],
                          "type": "object"
                        },
                        "stale": {
                          "description": "True when past the expected update cycle — treat with caution",
                          "type": "boolean"
                        },
                        "unit": {
                          "type": "string"
                        },
                        "value": {
                          "description": "Number for rates/wages; array of {date,name} for holiday calendars"
                        }
                      },
                      "required": [
                        "country",
                        "series",
                        "value",
                        "effective_from",
                        "last_confirmed",
                        "source",
                        "stale"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  }
                },
                "required": [
                  "country",
                  "series"
                ],
                "type": "object"
              },
              "type": "array"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://asiaref.dev/v1/all"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://asiaref.dev/v1/all");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://asiaref.dev/v1/all")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/12611.json, and this resource appears in /discovery/resources and /discovery/search.