fireblocks-sdk 2025.10.17

Rust implementation of the Fireblocks SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# MarketExecutionResponseDetails

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**side** | **String** | Side of the order | [default to Buy]
**base_amount** | **String** | Amount to convert | 
**base_asset_id** | **String** | Source asset identifier | 
**base_asset_rail** | Option<[**models::TransferRail**]TransferRail.md> |  | [optional]
**quote_asset_id** | **String** | Target asset identifier | 
**quote_asset_rail** | Option<[**models::TransferRail**]TransferRail.md> |  | [optional]
**r#type** | **String** | Order type for market orders | 

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