← Back to marketplace

Vishwa

external

Vishwa is building agent-native banking infrastructure for autonomous capital, bringing pre-execution control to agent-driven payments and capital flows.

by Vishwalab16 endpoints100% uptime577ms avg

Price

from $0.0100

up to $9.90 per request

Network

base

Category

ai

On-chain txns

16,922

Uptime

100%

Avg latency

577ms

Checks

88

Status

Healthy

Base URL

https://api.vishwalab.com

Endpoints (16)

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

POST/v1/prediction/events/%7BeventId%7D
base$0.0100

Get a specific prediction market event by ID

POST/v1/prediction/events/%7BeventId%7D/markets
base$0.0100

List all markets for a specific event

POST/v1/prediction/execute
base$0.0100

Co-sign and/or submit a signed transaction

POST/v1/prediction/history
base$0.0100

Get paginated event history (orders, claims, positions)

POST/v1/prediction/markets/%7BmarketId%7D
base$0.0100

Get details of a single prediction market by ID

POST/v1/prediction/orderbook/%7BmarketId%7D
base$0.0100

Get bid/ask depth data for a market

POST/v1/prediction/orders
base$9.90

Create a prediction market order (buy or sell), returns signed transaction

POST/v1/prediction/orders
base$9.90

Create a prediction market order (buy or sell), returns signed transaction

POST/v1/prediction/orders
base$9.90

Create a prediction market order (buy or sell), returns signed transaction

POST/v1/prediction/orders/%7BorderPubkey%7D
base$0.0100

Get details of a single on-chain order

POST/v1/prediction/orders/status/%7BorderPubkey%7D
base$0.0100

Get the latest status of an order with full event history

POST/v1/prediction/positions/%7BpositionPubkey%7D
base$0.0100

Get details of a single on-chain position

POST/v1/prediction/positions/%7BpositionPubkey%7D
base$0.0100

Get details of a single on-chain position

POST/v1/prediction/positions/%7BpositionPubkey%7D/claim
base$0.0100

Claim payout for a winning position, returns signed transaction

POST/v1/prediction/trades
base$0.0100

Get recent public trade events across all markets

POST/v1/services
base$0.0100

Vishwa x402 Service List

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://api.vishwalab.com \
  -X POST \
  -d '{ /* check provider docs for input */ }'

# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://api.vishwalab.com
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://api.vishwalab.com", {
  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.