56e8ec99-70ab-4ac7-ac99-95eadb1013b6-00-4jxhwwfedokw.sisko.replit.dev

https://56e8ec99-70ab-4ac7-ac99-95eadb1013b6-00-4jxhwwfedokw.sisko.replit.dev/base/send/test

Shares a payout wallet with 1 other endpoint — its adoption is attributed from that shared wallet's traffic, not earned exclusively.

Base send (PayAI test). This request will send 1000000 token atomics to 0x095A78eC53C15fc21fB4549bfec138C0c3664b9e on base for token 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913.

2356
reliability

Reliability & health

Uptime and response time from our own unpaid probes, plus the reliability score built from them.

No history yet.

This endpoint was catalogued recently and has not accumulated enough probes to chart. Uptime and response-time history appear here once probing fills in.

2356
Composite reliability — the weighted average of the dimensions below, on a 0–100 scale.
Availability
0

How often it was reachable when we probed it (weight 35%).

Latency
not yet measured

How quickly it answers when it is up — fast scores high (weight 20%).

Security
0

Whether it serves over working TLS / https (weight 15%).

Transparency
100

Whether the operator disclosed what it does — description, schema, identity (weight 15%).

Activity
not yet measured

Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).

Confidence 2% — how much probe evidence backs this score. A thin history is flagged, not hidden.

See the scoring methodology for exactly how each number is computed.

Payment

Currencies
USDC
Networks
base
Facilitator
unknown
SDK
unknown

Operator

Company
inferred — unknown
Jurisdiction
Registrar
Domain registered
Hosting network
Hosting country

Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.

On-chain activity (base)

1,162.45
USDC received
74
payments
30
unique wallets

Settlement totals · last payment 8/13/2026

Response schema
{
  "input": {
    "bodyFields": {
      "amountAtomic": {
        "description": "Amount in token smallest units (atomics), as a positive integer string. For Base USDC with 6 decimals, 0.001 USDC = 1000 atomics. You may also provide this field as 'amount' for compatibility.",
        "required": true,
        "type": "string"
      },
      "receiver": {
        "description": "Base/EVM 0x wallet address that should receive the tokens.",
        "required": true,
        "type": "string"
      },
      "token": {
        "description": "Optional ERC-20 token contract address (0x...). When omitted, the endpoint uses BASE_USDC for the current BASE_NETWORK.",
        "required": false,
        "type": "string"
      }
    },
    "bodyType": "json",
    "method": "POST",
    "type": "http"
  },
  "output": {
    "action": {
      "description": "Action performed. For successful calls this is 'build_send_schema'.",
      "type": "string"
    },
    "amountAtomic": {
      "description": "Amount in token smallest units (atomics) as provided by the caller. For Base USDC with 6 decimals, 0.001 USDC is 1000 atomics.",
      "type": "string"
    },
    "network": {
      "description": "Base network for which the schema was built (BASE_NETWORK env, e.g. 'base' or 'base-sepolia').",
      "type": "string"
    },
    "ok": {
      "description": "True on success.",
      "type": "boolean"
    },
    "payer_wallet": {
      "description": "Wallet address that paid the x402 fee for using this endpoint (extracted from the settled payment).",
      "type": "string"
    },
    "paymentSchema": {
      "description": "x402-compatible exact payment schema that agents and wallets can use to construct a token payment to the receiver.",
      "type": "object"
    },
    "payment_txid": {
      "description": "Blockchain transaction id / transaction hash for the x402 payment that unlocked this endpoint, when provided by the facilitator.",
      "type": "string"
    },
    "receiver": {
      "description": "Receiver wallet address that should receive the funds (0x...).",
      "type": "string"
    },
    "token": {
      "description": "ERC-20 token contract used for the payment schema (either the provided token or the default BASE_USDC).",
      "type": "string"
    }
  }
}