Skip to content

Upload ABI

POST
/contract/abi

Upload a new ABI to the system.

Note: This API is currently in beta and may be subject to changes.

Authorizations

Request Body required

object
referenceId

A unique human-readable reference to the ABI.

string
abi
Array<object>

An array of ABI events and functions.

object

Responses

200

ABI successfully uploaded.

object
queryId
string format: uuid

400

Bad Request

object
code
integer
500
status
string
INTERNAL_SERVER_ERROR