one-click-sdk-rs 0.1.17

API for One-Click Swaps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# TokenResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**asset_id** | **String** | Unique asset identifier | 
**decimals** | **f64** | Number of decimals for the token | 
**blockchain** | **String** | Blockchain associated with the token | 
**symbol** | **String** | Token symbol (e.g. BTC, ETH) | 
**price** | **f64** | Current price of the token in USD | 
**price_updated_at** | **String** | Date when the token price was last updated | 
**contract_address** | Option<**String**> | Contract address of the token | [optional]

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