Get contracts by trait
Retrieves a list of contracts based on the following traits listed in JSON format - functions, variables, maps, fungible tokens and non-fungible tokens
| Query Parameters | 
|---|
| trait_abistring —  REQUIREDJSON abi of the trait. | 
| limitintegermax number of contracts fetch | 
| offsetintegerindex of first contract event to fetch Example:
 | 
| Responses | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| 200List of contracts implement given trait 
 |