Skip to main content
POST
https://api.0xkey.io
/
public
/
v1
/
query
/
get_smart_contract_interface
Get smart contract interface
curl --request POST \
  --url https://api.0xkey.io/public/v1/query/get_smart_contract_interface \
  --header 'Content-Type: application/json' \
  --header 'X-Stamp: <api-key>' \
  --data '
{
  "organizationId": "<string>",
  "smartContractInterfaceId": "<string>"
}
'
{
  "smartContractInterface": {
    "organizationId": "<string>",
    "smartContractInterfaceId": "<string>",
    "smartContractAddress": "<string>",
    "smartContractInterface": "<string>",
    "type": "<string>",
    "label": "<string>",
    "notes": "<string>",
    "createdAt": {
      "seconds": "<string>",
      "nanos": "<string>"
    },
    "updatedAt": {
      "seconds": "<string>",
      "nanos": "<string>"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.0xkey.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Stamp
string
header
required

Body

application/json
organizationId
string
required

Unique identifier for a given organization.

smartContractInterfaceId
string
required

Unique identifier for a given smart contract interface.

Response

A successful response.

smartContractInterface
object
required