Skip to main content
GET
/
exchanges
cURL
curl --request GET \
  --url https://api.bestflow.xyz/exchanges \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "swapter",
    "name": "Swapter",
    "description": "Swapter - service that focuses on the cryptocurrency industry and its development.",
    "icon": "https://cdn.jsdelivr.net/gh/bestflow-exchange/assets@main/exchanges/swapter.svg",
    "fullLogoLight": "https://cdn.jsdelivr.net/gh/bestflow-exchange/assets@main/exchanges/swapter-light.svg",
    "fullLogoDark": "https://cdn.jsdelivr.net/gh/bestflow-exchange/assets@main/exchanges/swapter-dark.svg",
    "website": "https://swapter.io",
    "termsOfUse": "https://swapter.io/terms-of-use",
    "kyc": "low"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.bestflow.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Optional Bearer authentication using an API key provided as a Bearer token. Required for unlimited requests and revenue sharing.

Response

List of supported exchanges

id
enum<string>
required

Exchange identifier

Available options:
swapter,
etzswap,
pegasusswap
Example:

"swapter"

name
string
required

Display name of the exchange

Example:

"Swapter"

description
string
required

Brief description of the exchange

Example:

"Swapter - service that focuses on the cryptocurrency industry and its development."

icon
string
required

URL to the exchange icon image

Example:

"https://cdn.jsdelivr.net/gh/bestflow-exchange/assets@main/exchanges/swapter.svg"

fullLogoLight
string
required

URL to the full logo image for light theme

Example:

"https://cdn.jsdelivr.net/gh/bestflow-exchange/assets@main/exchanges/swapter-light.svg"

fullLogoDark
string
required

URL to the full logo image for dark theme

Example:

"https://cdn.jsdelivr.net/gh/bestflow-exchange/assets@main/exchanges/swapter-dark.svg"

website
string
required

Exchange website URL

Example:

"https://swapter.io"

termsOfUse
string
required

Exchange terms of use URL. User must accept this before swapping.

Example:

"https://swapter.io/terms-of-use"

kyc
enum<string>
required

Frequency of KYC requirements

Available options:
none,
low,
medium,
high
Example:

"low"