Drug and device industry payments to a named US physician: who paid, how much, what for, a
Drug and device industry payments to a named US physician: who paid, how much, what for, and for which product.
30000 (raw units)
price
3
calls / 30d
1
unique payers
2026-09-16
updated
Provider
loonie-toll.onrender.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "DUPiupXtuox38dcGoXUKer5mAydCzmaHjrbQ66qeEm8s",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:42161",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"amount": "30000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"firstName": "Andrew",
"lastName": "Smith",
"state": "KS"
},
"type": "http"
},
"output": {
"example": {
"disclaimer": "Advisory only, provided as is without warranty of accuracy or completeness. Open Payments records are submitted by manufacturers and GPOs and may contain disputed or misattributed entries; a payment i…",
"payments": [
{
"amountUsd": 32.94,
"form": "Cash or cash equivalent",
"location": "WICHITA, KS",
"nature": "Food and Beverage",
"npi": "1730926668",
"paidOn": "02/28/2025",
"payer": "ZOLL Services LLC (A/K/A ZOLL LifeCor Corp)",
"recipient": "ANDREW SMITH",
"relatedProduct": "LifeVest",
"specialty": "Physician Assistants & Advanced Practice Nursing Providers|Nurse Practitioner|Adult Health"
},
{
"amountUsd": 24.27,
"form": "In-kind items and services",
"location": "WICHITA, KS",
"nature": "Food and Beverage",
"npi": "1730926668",
"paidOn": "08/26/2025",
"payer": "Bayer Healthcare Pharmaceuticals Inc.",
"recipient": "ANDREW SMITH",
"relatedProduct": "Kerendia",
"specialty": "Physician Assistants & Advanced Practice Nursing Providers|Nurse Practitioner|Adult Health"
}
],
"programYear": 2025,
"query": {
"firstName": "Andrew",
"lastName": "Smith",
"npi": null,
"state": "KS"
},
"reasons": [
"111 2025 payment record(s) match Andrew Smith in KS.",
"Returned the 50 records fetched, summing $508.04 — this is a SAMPLE, not the person's total. Narrow with npi, firstName or state for a complete figure.",
"…2 more"
],
"recordCount": 111,
"retrievedAt": "2026-09-09T00:56:35.409Z",
"returnedRecords": 50,
"returnedTotalUsd": 508.04,
"source": "CMS Open Payments — 2025 general payment data",
"topPayers": [
{
"name": "Novartis Pharmaceuticals Corporation",
"usd": 130.89
},
{
"name": "E.R. Squibb & Sons, L.L.C.",
"usd": 99.32
}
],
"topProducts": [
{
"name": "LEQVIO",
"usd": 100.28
},
{
"name": "LifeVest",
"usd": 99
}
],
"verdict": "PAYMENTS_FOUND_PARTIAL_VIEW",
"viewIsComplete": false
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"firstName": {
"description": "Physician first name — strongly recommended",
"type": "string"
},
"lastName": {
"description": "Physician last name",
"type": "string"
},
"limit": {
"description": "Max payment records to return, default 50",
"type": "integer"
},
"npi": {
"description": "10-digit NPI, the only exact identifier",
"type": "string"
},
"state": {
"description": "Two-letter state code of the recipient",
"type": "string"
}
},
"required": [
"lastName"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"disclaimer": {
"type": "string"
},
"payments": {
"items": {
"properties": {
"amountUsd": {
"type": "number"
},
"form": {
"type": "string"
},
"location": {
"type": "string"
},
"nature": {
"type": "string"
},
"npi": {
"type": "string"
},
"paidOn": {
"type": "string"
},
"payer": {
"type": "string"
},
"recipient": {
"type": "string"
},
"relatedProduct": {
"type": "string"
},
"specialty": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"programYear": {
"type": "integer"
},
"query": {
"properties": {
"firstName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"npi": {
"type": "null"
},
"state": {
"type": "string"
}
},
"type": "object"
},
"reasons": {
"items": {
"type": "string"
},
"type": "array"
},
"recordCount": {
"type": "integer"
},
"retrievedAt": {
"type": "string"
},
"returnedRecords": {
"type": "integer"
},
"returnedTotalUsd": {
"type": "number"
},
"source": {
"type": "string"
},
"topPayers": {
"items": {
"properties": {
"name": {
"type": "string"
},
"usd": {
"type": "number"
}
},
"type": "object"
},
"type": "array"
},
"topProducts": {
"items": {
"properties": {
"name": {
"type": "string"
},
"usd": {
"type": "number"
}
},
"type": "object"
},
"type": "array"
},
"verdict": {
"type": "string"
},
"viewIsComplete": {
"type": "boolean"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://loonie-toll.onrender.com/payments" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://loonie-toll.onrender.com/payments");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://loonie-toll.onrender.com/payments")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7818.json, and this resource appears in /discovery/resources and /discovery/search.