POST
/
api
/
v1
/
currencies
curl --request POST \
  --url https://payvra.com/api/v1/currencies \
  --header 'Authorization: Bearer <token>'
[
  {
    "symbol": "<string>",
    "name": "<string>",
    "networks": [
      {
        "network": "<string>",
        "name": "<string>",
        "minConfirm": 123,
        "withdrawFee": 123,
        "withdrawMin": 123,
        "depositMin": 123,
        "staticFixedFee": 123
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
Successfully retrieved supported cryptocurrencies
symbol
string

The symbol/ticker of the cryptocurrency

name
string

The full name of the cryptocurrency

networks
object[]

Available networks for this cryptocurrency