# BIN Lookup API **Provider:** BIN Lookup **Category:** storage **Base URL:** `https://api.bintable.com/v1` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.bintable.com/v1 ## Description BIN lookup API, the free api service from bintable.com to lookup card information using it's BIN. the service maintains updated database based on the comunity and other third party services to make sure all BINs in the database are accurate and up to date. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.bintable.com/v1/balance` | Check Balance | | GET | `https://api.bintable.com/v1/{bin}` | Lookup for bin | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://api.bintable.com/v1/balance' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/bin-lookup/) — CC BY 4.0*