# \PoolSlipApi
All URIs are relative to *http://localhost*
[**poolslip**](PoolSlipApi.md#poolslip) | **GET** /thorchain/slip/{asset} |
[**poolslips**](PoolSlipApi.md#poolslips) | **GET** /thorchain/slips |
## poolslip
> Vec<crate::models::PoolSlipResponseInner> poolslip(asset, height)
Returns the pool slip information for the provided asset.
### Parameters
**asset** | **String** | | [required] |
**height** | Option<**i64**> | optional block height, defaults to current tip | |
### Return type
[**Vec<crate::models::PoolSlipResponseInner>**](PoolSlipResponse_inner.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)
## poolslips
> Vec<crate::models::PoolSlipResponseInner> poolslips(height)
Returns the pool slip information for all Available Layer 1 pool assets.
### Parameters
**height** | Option<**i64**> | optional block height, defaults to current tip | |
### Return type
[**Vec<crate::models::PoolSlipResponseInner>**](PoolSlipResponse_inner.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)