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

# Get Credit Cards By BIN

Get compromised credit card records for one or more BINs.

<Note>
  External Documentation

  To learn more, visit the [SpyCloud documentation](https://docs.spycloud.com/public-sc/reference/fd-get-credit-cards-by-bin).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                                                                                                                      |
  | --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | BIN       | A comma-separated list of 6-character Bank Identification Numbers (BINs) - including credit, debit, gift, or loyalty cards to search for. The maximum length of the list is `10`.                                                                                |
  | Cursor    | The pagination token used to specify a results page. Can be obtained from the `cursor` property from a previous response.<br /><br />**Note:** Cursor values expire after approximately 2 minutes. Each page contains up to 1,000 records.                       |
  | Salt      | The salt to use for hashing when hashing is enabled for your `API key`.<br /><br />**Important Notes:** <br />\* Using this parameter will override the salt parameter that is tied to the `API key`.<br />\* Must be `10` to `24` characters with high entropy. |
  | Since     | The starting date to filter results from.                                                                                                                                                                                                                        |
  | Until     | The ending date to filter results until.                                                                                                                                                                                                                         |
</div>

## Workflow Library Example

[Get Credit Cards by Bin with Spycloud and Send Results Via Email](https://library.blinkops.com/workflows/get-credit-cards-by-bin-with-spycloud-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-credit-cards-by-bin-with-spycloud-and-send-results-via-email/canvas" />
</div>
