Skip to main content
GET
/
limits
Get min/max amounts for a pair
curl --request GET \
  --url https://api.privataswap.com/partner/v1/limits
{
  "min": "0.001",
  "max": "10"
}

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
required
to
string
required
from_network
string
to_network
string

Response

200 - application/json

OK

min
string
Example:

"0.001"

max
string
Example:

"10"