Oblique Markets · Paid Base Transfer Search

by Oblique Markets

POSTBaseSolana

$0.02

per call · USD Coin on Base

Use when an agent needs base transfer search. Returns Search bounded Base mainnet ERC-20 transfers by address, direction, asset, counterparty, and time window; return structured transfer records. $0.02.

Endpoint

POST https://api.oblique.markets/api/v1/paid/base-transfer-search

7

Calls / 30d

1

Unique payers / 30d

Sep 6

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://api.oblique.markets/api/v1/paid/base-transfer-search", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "address": "example",
    "direction": "in"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://api.oblique.markets/api/v1/paid/base-transfer-search" \
  -H "Content-Type: application/json" \
  -d '{"address":"example","direction":"in"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "address": "0x1111111111111111111111111111111111111111",
  "count": 1,
  "direction": "in",
  "evidence_hash": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "filters": {
    "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
    "counterparty": null,
    "from_timestamp": "2026-08-10T00:00:00.000Z",
    "to_timestamp": "2026-08-11T00:00:00.000Z"
  },
  "freshness": {
    "age_seconds": 86401,
    "data_as_of": "2026-08-10T12:00:00.000Z",
    "queried_at": "2026-08-11T12:00:01.000Z"
  },
  "limit": 25,
  "transfers": [
    {
      "amount": "1.250000",
      "amount_atomic": "1250000",
      "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "block_number": 33712501,
      "counterparty": "0x2222222222222222222222222222222222222222",
      "direction": "in",
      "from": "0x2222222222222222222222222222222222222222",
      "status": "success",
      "timestamp": "2026-08-10T12:00:00.000Z",
      "to": "0x1111111111111111111111111111111111111111",
      "transaction_hash": "0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
    }
  ]
}

Payment details

Pay to0x970007590acc5c938cd51345b17af51b1b40d3ab
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

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

Get featured →

More from Oblique Markets & similar services