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_abi string — REQUIREDJSON abi of the trait. |
limit integermax number of contracts fetch |
offset integerindex of first contract event to fetch Example: 42000 |
Responses | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
200 List of contracts implement given trait
|