Register at {Un}pack to start using API explorer functionality.
Authorization: Bearer ********************
curl --location --request GET 'https://api.unpack.dev/v1/accounts/1/0xdafea492d9c6733ae3d56b7ed1adb60692c98bc5'
{
"$schema": "https://api.unpack.dev/schemas/Account.json",
"address": "string",
"balance": "string",
"blacklistAccountReferences": [
"string"
],
"blacklistContractReferences": [
"string"
],
"blacklistReasons": [
"string"
],
"blacklistTransactionReferences": [
"string"
],
"blacklisted": true,
"completedStates": [
"string"
],
"createdAt": "2019-08-24T14:15:22Z",
"creationBlock": {},
"creationTxHash": "string",
"ens": "string",
"failedStates": [
"string"
],
"id": "string",
"name": "string",
"networkId": 0,
"partial": true,
"processed": true,
"tags": [
"string"
],
"type": "string",
"updatedAt": "2019-08-24T14:15:22Z"
}