Function cryptoapis::apis::omni_layer_api::list_omni_tokens_by_address[][src]

pub async fn list_omni_tokens_by_address(
    configuration: &Configuration,
    network: &str,
    blockchain: &str,
    address: &str,
    context: Option<&str>
) -> Result<ListOmniTokensByAddressResponse, Error<ListOmniTokensByAddressError>>
Expand description

Through this endpoint the customer can receive basic information about a given Omni address based on confirmed/synced blocks only. In the case where there are any incoming or outgoing unconfirmed transactions for the specific address, they will not be counted or calculated here.