Skip to main content
POST
fetch any contract data

Authorizations

Authorization
string
header
required

Authentication

Body

application/json
networkUid
enum<string>
required

Network uid

Available options:
arbitrum,
bsc,
bsc_testnet,
ethereum,
linea,
optimism,
base,
base_sepolia,
gnosis,
fantom,
polygon,
polygon_amoy,
blast,
zksync,
scroll,
avalanche,
avalanche_fuji,
telos,
sepolia,
holesky,
ethereum_sepolia,
ethereum_holesky,
tron,
zeta,
somnia,
adi,
anvil,
icp,
vechain,
stellar,
bitcoin,
solana
address
string
required

Contract address

Pattern: \S
abi
object[]

Contract ABI

source
string

Source of the contract data

Response

200 - application/json

OK

network
string

Unique network identifier of the blockchain

contractAddress
string

Address of the contract

implementation
string

Address of the contract implementation

abi
object[]

Abi of the contract in JSON format

owner
boolean

Ownership of abi information