APIHub
Back to Explore

BIN Lookup API

The API provides a GET /balance endpoint to check your account balance and a GET /{bin} endpoint to retrieve details for a given payment‑card BIN number. Both calls require an API key parameter.

Finance
none
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

1594ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/balance

Check Balance

  • api_key (query, required) — The API key, which you can get from bintable.com website.
GET

/{bin}

Lookup for bin

  • bin (path, required) — pass the required BIN code
  • api_key (query, required) — The API key, which you can get from bintable.com website.

2 endpoints auto-detected

curl -X GET \
  "https://api.bintable.com/v1/balance"

api.bintable.com · HTTPS only