> For the complete documentation index, see [llms.txt](https://passimpay.gitbook.io/passimpay-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://passimpay.gitbook.io/passimpay-api/exchange/pairs.md).

# Pairs

<mark style="color:green;">`POST`</mark> `https://api.passimpay.io/v2/pairs`

This method retrieves a list of available trading pairs for exchange.

#### **Successful response**

```json
[
    {"ids":"10-30","names":"BTC-LTC","min":100},
    {"ids":"10-50","names":"BTC-BCH","min":100},
    {"ids":"10-20","names":"BTC-ETH","min":100},
    ...
]
```

#### List Field Descriptions

| Name  | Description                                             |
| ----- | ------------------------------------------------------- |
| ids   | The currency IDs of the trading pairs.                  |
| names | The names of the trading pairs.                         |
| min   | The minimum amount required for an exchange **in USD**. |
