Get ABI
GET /contract/abi/{id}
GET
/contract/abi/{id}
Retrieve a specific ABI by its ID.
Note: This API is currently in beta and may be subject to changes.
Authorizations
Parameters
Path Parameters
id
required
string format: uuid
UUID of the ABI
Responses
200
ABI details retrieved successfully.
object
referenceId
A unique human-readable reference to the ABI.
string
abi
Array<object>
An array of ABI events and functions.
object
404
ABI not found.
object
code
integer
500
status
string
INTERNAL_SERVER_ERROR