# \CrateApi All URIs are relative to *http://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- [**get_idl_value_by_instruction**](CrateApi.md#get_idl_value_by_instruction) | **GET** /{pubkey}/{program}/{instruction} | Returns the transactions related to the queried instruction ## get_idl_value_by_instruction > Vec get_idl_value_by_instruction(pubkey, program, instruction, apikey, network, offset_key, limit) Returns the transactions related to the queried instruction Returns the transactions related to the queried instruction ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **pubkey** | **String** | Your wallet Pubkey | [required] | **program** | **String** | Your program ID | [required] | **instruction** | **String** | Instruction name to search for | [required] | **apikey** | **String** | Your generated api key | [required] | **network** | **String** | mainnet or devnet | [required] | **offset_key** | Option<**String**> | The key (inclusive) of where to start searching our data from | | **limit** | Option<**i64**> | The number of transactions displayed per page (If unspecified, limit = 100) | | ### Return type [**Vec**](ReturnData.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)