cryptoapis 1.0.0

Rust library/SDK for Crypto APIs 2.0
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# GetFeeRecommendationsResponseItem

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**unit** | **String** | Defines the unit of the fee, e.g. BTC. | 
**fast** | **String** | Defines the fee priority as \"FAST\". It works per byte, for UTXO-based protocols like Bitcoin, or per gas price, for account-based protocols like Ethereum. These are calculated based on Mempool. | 
**slow** | **String** | Defines the fee priority as \"SLOW\". It works per byte, for UTXO-based protocols like Bitcoin, or per gas price, for account-based protocols like Ethereum. These are calculated based on Mempool. | 
**standard** | **String** | Defines the fee priority as \"STANDARD\". It works per byte, for UTXO-based protocols like Bitcoin, or per gas price, for account-based protocols like Ethereum. These are calculated based on Mempool. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)