Skip to content

Get a contract ABI

GET
/v2/contract/abi/{id}

Get a specific contract ABI by ID.

id
required
string

The ABI ID to get

isShared
required
boolean

Whether the ABI is shared

X-API-Key
string

API Key

X-API-Secret
string

API Secret

The ABI details

object
query
required

The query parameters

object
response
required

The response from the contract method

object
{
"balance": "1000000000000000000"
}