Skip to main content
GET
/
pairs
List supported pairs
curl --request GET \
  --url https://api.privataswap.com/partner/v1/pairs
[
  {
    "from": "<string>",
    "to": "<string>",
    "from_network": "<string>",
    "to_network": "<string>",
    "fixed_rate_available": true
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.privataswap.com/llms.txt

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

Query Parameters

from
string
to
string

Response

200 - application/json

OK

from
string
to
string
from_network
string
to_network
string
fixed_rate_available
boolean