> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pagos.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Pagos BIN Data Tools

Pagos provides two APIs for accessing our BIN data tools:

<CardGroup cols={2}>
  <Card title="BIN Data API" icon="code" href="/bin-data-APIs/bin-data-api-overview">
    Submit a BIN to our simple REST API and receive a JSON object back containing known details for that BIN! All Pagos BIN Database subscribers can access the BIN Data API.
  </Card>

  <Card title="BIN Data Batch API" icon="folders" href="/bin-data-APIs/batch-api-overview">
    Use this file-based product to bulk retrieve BIN bank and market details via a file you add to your local database. To access the BIN Data Batch API, you must subscribe to the Batch BIN File add-on.
  </Card>
</CardGroup>

<Note>
  BIN Data API users can also query BIN data through AI agents using the [Pagos MCP Server](/mcp/getting-started-with-pagos-mcp-server).
</Note>
