thorchain_rs 2.137.3

Thornode REST API.
Documentation
# \RunePoolApi

All URIs are relative to *http://localhost*

Method | HTTP request | Description
------------- | ------------- | -------------
[**rune_pool**]RunePoolApi.md#rune_pool | **GET** /thorchain/runepool | 
[**rune_provider**]RunePoolApi.md#rune_provider | **GET** /thorchain/rune_provider/{address} | 
[**rune_providers**]RunePoolApi.md#rune_providers | **GET** /thorchain/rune_providers | 



## rune_pool

> crate::models::RunePoolResponse rune_pool(height)


Returns the pool information for the RUNE pool.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**height** | Option<**i64**> | optional block height, defaults to current tip |  |

### Return type

[**crate::models::RunePoolResponse**](RUNEPoolResponse.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

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


## rune_provider

> crate::models::RuneProvider rune_provider(address, height)


Returns the RUNE Provider information for an address.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**address** | **String** |  | [required] |
**height** | Option<**i64**> | optional block height, defaults to current tip |  |

### Return type

[**crate::models::RuneProvider**](RUNEProvider.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

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


## rune_providers

> Vec<crate::models::RuneProvider> rune_providers(height)


Returns all RUNE Providers.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**height** | Option<**i64**> | optional block height, defaults to current tip |  |

### Return type

[**Vec<crate::models::RuneProvider>**](RUNEProvider.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

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