🏦Currencies API
The Currencies API allows you to retrieve a list of all available cryptocurrencies, their networks, the minimum withdrawable amount, and associated network transaction fees. This API is useful for und
Endpoint
POST
https://malum.co/api/v3/account/currencies
Headers
To authenticate your request, use the following header structure:
Business ID: Your unique Malum account identifier.
Secret Key: Your API secret key for secure access.
Success Response
When the request is successful, the API will return a list of available currencies and their details in the following format:
Fields:
short: The cryptocurrency symbol (e.g., "BTC" for Bitcoin, "ETH" for Ethereum).
network: The network on which the cryptocurrency operates (e.g., "BTC" for Bitcoin, "ETH" for Ethereum).
min_withdraw: The minimum amount of the cryptocurrency that can be withdrawn.
tx_fee: The network transaction fee for withdrawing that cryptocurrency.
Error Response
In case of failure, the API will return an error in the following format:
Example Request
Example Success Response
Example Error Response
Notes
This API provides up-to-date information about available cryptocurrencies and their transaction requirements.
The network fees and minimum withdrawable amounts may vary over time, so ensure you retrieve fresh data when performing transactions.
Last updated