Last updated
Last updated
The Supported Currencies (Crypto) endpoint provides a list of cryptocurrencies available for transactions, including details about their networks and associated fees.
GET
https://api.payhubix.com/v1/currencies/Crypto/
Request Header:
Request Params:
Response:
An example of response:
Note: Please make sure to replace YOUR_API_KEY
in the code snippets with your actual merchant API key
X-Api-Key*
string
Your API key for authentication and authorization.
withdrawable
bool
Specifies whether to filter cryptocurrencies that can be withdrawn from the platform.
paymentable
bool
Specifies whether to filter cryptocurrencies that can be used to pay invoices or transactions.
depositable
bool
Specifies whether to filter cryptocurrencies that support static address deposits.
crypto_symbol
bool
Filters cryptocurrencies by their symbol. Only cryptocurrencies with a symbol matching the provided value will be returned.
Name
Type
Description
currency_id*
integer
A unique identifier for the cryptocurrency.
currency_name*
string
he full name of the cryptocurrency (e.g., "Bitcoin").
currency_symbol*
string
The short symbol representing the cryptocurrency (e.g., "BTC", "ETH").
currency_type*
string
Type of the currency(typically Crypto
).
currency_icon_url*
string
URL of the currency icon.
network_id*
integer
Unique identifier of the network for the currency.
network_symbol*
string
Symbol of the network (e.g., TRX for Tron).
network_status*
string
Status of the network (whether it is Enable
or Disable
).
network_name*
string
Name of the network (e.g., Tron, Ethereum).
network_icon_url*
string
URL of the network icon.
network_scanner_url*
string
URL for the block explorer or scanner for the currency's network (if available).
fee_withdraw*
float
Fee for withdrawals, usually in the specified currency.
fee_payment*
float
Calculated fee for payments that were made with the currency.
minimum_withdraw*
float
Minimum amount that can be withdrawn.
minimum_deposit*
float
The smallest amount that can be deposited to a static address.
precision*
integer
Decimal precision of the currency.
withdrawable*
bool
Specifies whether to filter cryptocurrencies that can be withdrawn from the platform.
paymentable*
bool
Specifies whether to filter cryptocurrencies that can be used to pay invoices or transactions.
depositable*
bool
Specifies whether to filter cryptocurrencies that support static address deposits.
is_native*
bool
Indicates whether the currency is native to the network (e.g., TRX is native to the Tron network).
supports_memo*
bool
Indicates whether a memo can be included during withdrawals.
tag*
bool
A label or category assigned to the cryptocurrency ("stable-coins", "popular-coins", "other-coins").
list of supported cryptocurrencies