Register at {Un}pack to start using API explorer functionality.
Authorization: Bearer ********************
curl --location --request GET 'https://api.unpack.dev/v1/standards/confidences/1/0x5dbad78818d4c8958eff2d5b95b28385a22113cd'
[
{
"confidence": "string",
"confidencePoints": 0,
"contractAddress": "string",
"createdAt": "2019-08-24T14:15:22Z",
"discoveredTokens": 0,
"id": "string",
"maximumTokens": 0,
"name": "string",
"networkId": {},
"partial": true,
"processed": true,
"threshold": 0,
"type": "string",
"unit": {
"abi": "string",
"events": [
{
"inputs": [
{
"indexed": true,
"matched": true,
"type": "string"
}
],
"matched": true,
"name": "string",
"outputs": [
{
"matched": true,
"type": "string"
}
]
}
],
"functions": [
{
"inputs": [
{
"indexed": true,
"matched": true,
"type": "string"
}
],
"matched": true,
"name": "string",
"outputs": [
{
"matched": true,
"type": "string"
}
]
}
],
"name": "string",
"stagnant": true,
"type": "string",
"url": "string"
},
"updatedAt": "2019-08-24T14:15:22Z"
}
]