Messages
{
"action": "<string>",
"chain_id": 123,
"dataset_id": "<string>",
"params": {
"contract_address": "<string>"
}
}{
"action": "<string>",
"chain_id": 123,
"dataset_id": "<string>"
}No examples foundNo examples found{
"chain_id": 123,
"dataset_id": "<string>",
"is_reorg": true,
"data": {
"contract_address": "<string>",
"name": "<string>",
"symbol": "<string>",
"decimals": 123,
"block_number": 123,
"_tracing_id": "<string>"
}
}Entities
ERC-1155 Tokens
Subscribe to real-time ERC-1155 multi-token contract registry updates.
WSS
/
Overview
- Dataset ID:
0203 - ERC-1155 Tokens - Description: Catalog of ERC-1155 Multi Token contracts (EIP-1155); one contract can have many token types.
- Sample: Hugging Face Sample
Subscription Parameters
Optional filter: one contract address (20-byte hex, no
0x prefix).Message Fields
Unique contract incarnation ID (26 bytes hex).
ERC-1155 contract address (20-byte hex).
Block where the contract was recognized.
Block time (ISO-8601).
Transaction index.
Contract-level name when present.
Contract-level symbol when present.
Decimals when exposed by the contract.
URI from
uri(uint256) (optional ERC1155Metadata_URI).Whether the contract supports the ERC1155Metadata_URI extension; null when detection was via fallback.
Lineage id (hex).
Parent lineage ids (hex).
Record creation time (ISO-8601).
Record last update time (ISO-8601).
Subscription Example
# Use wscat to connect and subscribe
wscat -c wss://api.blockdb.io/v1/evm/ \
-H "Authorization: Bearer $BLOCKDB_API_KEY" \
-x '{"action": "subscribe", "dataset_id": "0203", "chain_id": 1, "params": {}}'
Response Example
{
"chain_id": 1,
"dataset_id": "0203",
"is_reorg": false,
"data": {
"contract_id": "0000000000000000000000000000000000000000000000000000",
"contract_address": "495f947276749ce646f68ac8c248420045cb7b5e",
"block_number": 11579209,
"block_time": "2021-10-15T12:00:00Z",
"tx_index": 42,
"name": "OpenSea Shared Storefront",
"symbol": "OPENSTORE",
"decimals": null,
"uri": "https://api.opensea.io/api/v1/metadata/{id}",
"supports_metadata_uri": true,
"_tracing_id": "0203000000000000000000000000000000000001",
"_parent_tracing_ids": [
"0103000000000000000000000000000000000001"
],
"_created_at": "2025-11-11T18:42:15.123Z",
"_updated_at": "2025-11-11T18:42:15.123Z"
}
}
Messages
{
"action": "<string>",
"chain_id": 123,
"dataset_id": "<string>",
"params": {
"contract_address": "<string>"
}
}{
"action": "<string>",
"chain_id": 123,
"dataset_id": "<string>"
}No examples foundNo examples found{
"chain_id": 123,
"dataset_id": "<string>",
"is_reorg": true,
"data": {
"contract_address": "<string>",
"name": "<string>",
"symbol": "<string>",
"decimals": 123,
"block_number": 123,
"_tracing_id": "<string>"
}
}subscribe
type:object
unsubscribe
type:object
subscribe_response
type:object
unsubscribe_response
type:object
update
type:object
Last modified on April 6, 2026
Was this page helpful?
⌘I