fireblocks-sdk 2026.3.27

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The ID of the provider | 
**name** | **String** | Name of the provider | 
**protocols** | [**Vec<models::SwapProviderProtocolsEnum>**]SwapProviderProtocolsEnum.md | List of supported protocols. Protocols are specific per provider | 
**category** | [**models::ProviderCategoryEnum**]ProviderCategoryEnum.md |  | 
**is_terms_approval_required** | **bool** | Indicates whether the terms of service are required for the provider. if `true`, the user must approve the terms of service before using the provider. otherwise, `termsOfServiceUrl` and `isTermsOfServiceApproved` are not shown under the provider data. | 
**terms_of_service_url** | Option<**String**> | URL to the terms of service | [optional]
**is_terms_of_service_approved** | Option<**bool**> | Indicates whether the terms of service are approved by the user | [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)