← Back to marketplace

Global-econ-x402-production.up.railway.app

external
by Railway50 endpoints100% uptime569ms avg

Price

from $0.0050

up to $0.1000 per request

Network

base

Category

other

On-chain txns

26

Uptime

100%

Avg latency

569ms

Checks

105

Status

Healthy

Base URL

https://global-econ-x402-production.up.railway.app

Endpoints (50)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

POST/ca/company/4261607
base$0.0200

Company registry lookup

POST/ca/company/4261607
base$0.0200

Company registry lookup

POST/ca/company/bn/123456789
base$0.0200

Company registry lookup

POST/ca/cpi
base$0.0050

Economic indicator with AI commentary

POST/ca/economics
base$0.0100

Combined economic digest with AI commentary

POST/ca/gdp
base$0.0050

Economic indicator with AI commentary

POST/ca/unemployment
base$0.0050

Economic indicator with AI commentary

POST/economics
base$0.0050
POST/economics/cpi
base$0.0050
POST/economics/employment
base$0.0050
POST/eu/economics
base$0.0100
POST/eu/economics
base$0.0100

Combined economic digest with AI commentary

POST/eu/gdp
base$0.0050
POST/eu/gdp
base$0.0050

Economic indicator with AI commentary

POST/eu/inflation
base$0.0050
POST/eu/inflation
base$0.0050

Economic indicator with AI commentary

POST/eu/unemployment
base$0.0050
POST/eu/unemployment
base$0.0050

Economic indicator with AI commentary

POST/fr/company/542107651
base$0.0200

Company registry lookup

POST/fr/company/search/Total
base$0.0100

Company registry search

POST/ie/company/368047
base$0.0200
POST/ie/company/search/Google
base$0.0100
POST/imf/current-account/AUS
base$0.0050
POST/imf/gdp/USA
base$0.0050
POST/imf/inflation/USA
base$0.0050
POST/jp/cpi
base$0.0050
POST/jp/economics
base$0.0100
POST/jp/gdp
base$0.0050
POST/jp/unemployment
base$0.0050
POST/no/company/923609016
base$0.0050
POST/no/company/search/Equinor
base$0.0050
POST/sanctions/check
base$0.1000

Sanctions entity check with AI verdict (name + type + country)

POST/sanctions/check/Gazprom
base$0.0500

Sanctions name search (OFAC SDN + UK FCDO + UN SC + EU)

POST/sg/company/197200078R
base$0.0100
POST/sg/company/search/DBS
base$0.0100
POST/uk/cpi
base$0.0050
POST/uk/economics
base$0.0100
POST/uk/gdp
base$0.0050
POST/uk/unemployment
base$0.0050
POST/us/cpi
base$0.0050
POST/us/economics
base$0.0100
POST/us/fed-rate
base$0.0050
POST/us/gdp
base$0.0050
POST/us/jobs
base$0.0050
POST/us/labor
base$0.0100
POST/us/unemployment
base$0.0050
POST/us/wages
base$0.0050
POST/world/gdp/US
base$0.0050
POST/world/inflation/US
base$0.0050
POST/world/population/US
base$0.0050

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10

# call it
npx @apihubio/cli call https://global-econ-x402-production.up.railway.app \
  -X POST \
  -d '{ /* check provider docs for input */ }'

# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://global-econ-x402-production.up.railway.app
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";

const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);

const res = await x402Fetch("https://global-econ-x402-production.up.railway.app", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.