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 symbol/ticker of the cryptocurrency
The full name of the cryptocurrency
Available networks for this cryptocurrency
Show child attributes
The network identifier
The display name of the network
Minimum confirmations required
Fee for withdrawals
Minimum withdrawal amount
Minimum deposit amount
Fixed fee amount