Open davibauer opened 1 month ago
Kadena:
Hack-a-chain:
Hack-a-chain endpoint - Got a json result:
{ "data": { "transfers": { "totalCount": 3663376 } } }
Kadena endpoint - Got 504 Gateway Time-out:
504 Gateway Time-out
<html> <head><title>504 Gateway Time-out</title></head> <body> <center><h1>504 Gateway Time-out</h1></center> <hr><center>nginx</center> </body> </html>
Reference Query https://graph.kadena.network/graphql
query Transfers { transfers( chainId: "0" fungibleName: "coin" requestKey: "5mizkEjE5CT4nOD12H26b9XifqrRbVt-KGPx-WjD9Lc" ) { totalCount } }
Execution Times
Kadena:
Hack-a-chain:
Results
Hack-a-chain endpoint - Got a json result:
Kadena endpoint - Got
504 Gateway Time-out
:Reference Query https://graph.kadena.network/graphql