G

GlobalRules · GB Banking Hours

by GlobalRules

GETBase

$0.01

per call · USD Coin on Base

One specific fact for one country: VAT/GST rate, public holidays by country, visa requirements for travelers, tipping customs, power plug type, minimum wage, corporate tax, digital nomad visa, customs duty-free allowance and more. 138 countries, 55 fields, verified sources. Example: /api/v1/country/JP/vat

Endpoint

GET https://globalrules-api.onrender.com/api/v1/country/GB/banking_hours

1

Calls / 30d

1

Unique payers / 30d

Aug 28

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://globalrules-api.onrender.com/api/v1/country/GB/banking_hours", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://globalrules-api.onrender.com/api/v1/country/GB/banking_hours" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "country": "JP",
  "updated": "2026-08-27",
  "vat": {
    "name": "Consumption Tax",
    "reduced": 8,
    "standard": 10
  }
}

Payment details

Pay to0x22c24daf579629a6d7418e09e9c71e6c8883f8e2
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from GlobalRules & similar services