$ man bin-lookup-api
/bin-lookup-api
PRICE / CALL
$0.02
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
localeCATEGORY
uncategorized
STATUS
● live
NAME
bin-lookup-api — bin lookup api / card bin checker / iin issuer lookup
synonym alias of bin-lookup — reuses the canonical handler.
SYNOPSIS
POST https://x402.agentutility.ai/bin-lookup-api
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
BIN lookup API / card BIN checker / IIN issuer lookup. Same BIN/IIN backend as iin-lookup, indexed for agents resolving first 6-8 card digits to scheme, issuer, country, card type, prepaid/debit/credit signal, and payment-routing metadata.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| bin | string | — | required |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| scheme | string | — |
| type | string | — |
| country | string | — |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/bin-lookup-api \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster npx -y @agentutility/mcp-<cluster> # Required: EVM private key with USDC on Base export X402_PRIVATE_KEY=0x... # Then call the bin-lookup-api tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- financebinlookupapibin-lookup-api
- methods
- POST
- cluster
- locale
- price
- $0.02 USDC per call
ADJACENT — other endpoints in locale
| endpoint | description | price |
|---|---|---|
| address-geocode | Geocoder / forward geocoder / address to lat-lng / address-to-coordinates / postal-code lookup / place-name resolver / Nominatim geocoder… | $0.02 |
| airport-delays | FAA airport delays / ground stops / ground delay programs (GDP) / arrival-departure delay feed / NAS Status / FAA OIS air-traffic disrupt… | $0.02 |
| bin-lookup | Credit card BIN / IIN lookup. | $0.02 |
| card-bin-lookup | Credit card BIN lookup / IIN lookup / card-issuer lookup. | $0.02 |
| geocode | Geocode API / geocoder / forward geocode / address to coordinates / place name to latitude-longitude / postal-code lookup / OpenStreetMap… | $0.02 |
| iin-lookup | IIN lookup / issuer identification number API / card BIN checker. | $0.02 |
| reverse-geocode | Reverse geocoder / lat-lng to address / coordinates to address / coords to street / GPS to postal code / what-city-is-this / Nominatim re… | $0.02 |
| satellite-bbox | Bounding-box satellite composite / Sentinel-2 cloud-free mosaic / region satellite snapshot / arbitrary bbox to imagery. | $0.02 |
SEE ALSO