Skip to content

Upload a contract ABI

POST
/v2/contract/abi

Upload a new contract ABI to the system.

X-API-Key
string

API Key

X-API-Secret
string

API Secret

object
abi
required

The ABI content

Array<string>
[{"type":"function","name":"transfer",...}]
referenceId
required

A unique human readable reference to the abi.

string
ref-123
isShared

Whether the ABI is shared, only allowed for FSCO

boolean

The uploaded ABI id

object
queryId
required

The query ID

string
12345678-1234-1234-1234-123456789012