Skip to main content
Pairs in the Busha API represent the exchange rates between two currencies. This can be any of the following exchanges:
  • Fiat-to-Fiat
  • Fiat-to-Crypto
  • Crypto-to-Crypto
Pairs resource allows you to anticipate the following about a currency pair:
  • Current buy/sell price
  • Minimum and maximum buy/sell amount
  • Buy/sell supported
  • Floating point decimal for the base and target currency
A single pair object looks like this:

List Pairs

To list all pairs, you can make an unauthenticated request to the Pairs endpoint:

Filter Pairs by Type

The pairs API allows filtering the list of pairs by type. The three allowed filter type values are:
  • fiat
  • crypto
  • stablecoins
Here is an example of a filter by type:

Filter Pairs by Currency

You can also filter pairs by any of the supported currencies on the Busha API.

Filter by Type and Currency

Combining the two examples above, you can filter for all fiat pairs type for NGN currency like so: