cURL
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 } ] } ]
Returns a list of cryptocurrencies and networks supported by Payvra
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved supported cryptocurrencies
The response is of type object[].
object[]