Search contract ABIs
GET /v2/contract/abi
GET
/v2/contract/abi
Search for contract ABIs with various filters.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” name
required
string
Filter by name
exactName
required
boolean
Whether to match the exact name
interfaceId
required
string
Filter by interface ID
interfaceFilter
required
Array<string>
Filter by interface types
isShared
required
boolean
Whether to search shared ABIs
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”List of matching ABIs
object
response
required
The search results
Array<object>
object
name
string
abiId
string format: uuid
page
required
Pagination information
object
number
required
The current page number.
number
1
size
required
The number of items per page.
number
10
totalPages
required
The total number of pages available.
number
100
totalCount
required
The total number of items available.
number
1000
hasNext
required
Indicates whether there is a next page available.
boolean
true
hasPrev
required
Indicates whether there is a previous page available.
boolean
true