pub(crate) const NON_TRADABLE_ASSETS: &str = "/api/v5/asset/non-tradable-assets";
pub(crate) const DEPOSIT_ADDRESS: &str = "/api/v5/asset/deposit-address";
pub(crate) const BALANCES: &str = "/api/v5/asset/balances";
pub(crate) const TRANSFER: &str = "/api/v5/asset/transfer";
pub(crate) const TRANSFER_STATE: &str = "/api/v5/asset/transfer-state";
pub(crate) const WITHDRAWAL: &str = "/api/v5/asset/withdrawal";
pub(crate) const DEPOSIT_HISTORY: &str = "/api/v5/asset/deposit-history";
pub(crate) const CURRENCIES: &str = "/api/v5/asset/currencies";
pub(crate) const BILLS: &str = "/api/v5/asset/bills";
pub(crate) const DEPOSIT_LIGHTNING: &str = "/api/v5/asset/deposit-lightning";
pub(crate) const WITHDRAWAL_LIGHTNING: &str = "/api/v5/asset/withdrawal-lightning";
pub(crate) const CANCEL_WITHDRAWAL: &str = "/api/v5/asset/cancel-withdrawal";
pub(crate) const ASSET_VALUATION: &str = "/api/v5/asset/asset-valuation";
pub(crate) const WITHDRAWAL_HISTORY: &str = "/api/v5/asset/withdrawal-history";
pub(crate) const DEPOSIT_WITHDRAW_STATUS: &str = "/api/v5/asset/deposit-withdraw-status";