Skip to main content
GET
cURL

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"