# \BorrowersApi All URIs are relative to *http://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- [**borrower**](BorrowersApi.md#borrower) | **GET** /thorchain/pool/{asset}/borrower/{address} | [**borrowers**](BorrowersApi.md#borrowers) | **GET** /thorchain/pool/{asset}/borrowers | ## borrower > crate::models::Borrower borrower(asset, address, height) Returns the borrower position given the pool and address. ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **asset** | **String** | | [required] | **address** | **String** | | [required] | **height** | Option<**i64**> | optional block height, defaults to current tip | | ### Return type [**crate::models::Borrower**](Borrower.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) ## borrowers > Vec borrowers(asset, height) Returns all borrowers for the given pool. ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **asset** | **String** | | [required] | **height** | Option<**i64**> | optional block height, defaults to current tip | | ### Return type [**Vec**](Borrower.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)