Register at {Un}pack to start using API explorer functionality.
Authorization: Bearer ********************
curl --location --request GET 'https://api.unpack.dev/v1/tokens/1'
[
{
"$schema": "https://api.unpack.dev/schemas/Token.json",
"completedStates": [
"string"
],
"contractAddress": "string",
"createdAt": "2019-08-24T14:15:22Z",
"decimals": 0,
"failedStates": [
"string"
],
"name": "string",
"networkId": 0,
"partial": true,
"processed": true,
"symbol": "string",
"totalSupply": "string",
"updatedAt": "2019-08-24T14:15:22Z",
"valid": true
}
]