pub async fn get_fee_address_details(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    context: Option<&str>
) -> Result<GetFeeAddressDetailsR, Error<GetFeeAddressDetailsError>>
Expand description

Through this endpoint customers can obtain details about a fee address. Only one fee address per currency per network for a user’s account can be set no matter how many tokens or subscriptions they have or want to automatically forward. {warning}Currently we support fungible tokens (ERC-20) only, NFTs (ERC-721) are not supported.{/warning}