Skip to main content
GET
/
currencies
List supported currencies
curl --request GET \
  --url https://api.privataswap.com/partner/v1/currencies
[
  {
    "code": "BTC",
    "name": "Bitcoin",
    "networks": [
      "btc"
    ],
    "has_extra_id": true,
    "image": {
      "primary": "<string>",
      "fallback": "<string>",
      "data_uri": "<string>"
    }
  }
]

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

active
boolean
fixed_rate
boolean

Response

200 - application/json

OK

code
string
Example:

"BTC"

name
string
Example:

"Bitcoin"

networks
string[]
Example:
["btc"]
has_extra_id
boolean
image
object