Live data for new created coins on BSC network

Hello,
I am using the below code to pull the information on the new created coins on BSC network:
{
ethereum(network: bsc) {
smartContractCalls(
options: {desc: “block.height”, limit: 10}
smartContractMethod: {is: “Contract Creation”}
smartContractType: {is: Token}
) {
block {
height
timestamp {
time
}
}
smartContract {
contractType
address {
address
annotation
}
currency {
name
symbol
decimals
tokenType
}
}
}
}
}

However, the results I get have a delay of one hour to half an hour. Is this normal or am I doing something wrong?

The delay is usually around 5 minutes but you can check the delay at bloxy.info/status