Open davibauer opened 3 weeks ago
Kadena:
Hack-a-chain:
Got no results from both endpoints.
[x] Hack-a-chain endpoint
{ "data": { "fungibleChainAccount": [ { "id": "RnVuZ2libGVDaGFpbkFjY291bnQ6WyIxIiwiY29pbiIsIndpei1iYW5rIl0=", "accountName": "wiz-bank", "balance": 662, "chainId": "1", "fungibleName": "coin", "transactions": { "pageInfo": { "hasNextPage": false, "hasPreviousPage": false } }, "transfers": { "totalCount": 14, "pageInfo": { "hasNextPage": false, "hasPreviousPage": false } } } ] } }
Kadena endpoint - Got:
{ "data": { "fungibleChainAccount": { "accountName": "wiz-bank", "balance": 352.8, "chainId": "1", "fungibleName": "coin", "id": "RnVuZ2libGVDaGFpbkFjY291bnQ6WyIxIiwiY29pbiIsIndpei1iYW5rIl0=", "transactions": { "pageInfo": { "hasNextPage": false, "hasPreviousPage": false } }, "transfers": { "pageInfo": { "hasNextPage": true, "hasPreviousPage": false }, "totalCount": 13908 } } }, "extensions": {} }
Reference Query https://graph.kadena.network/graphql
query FungibleChainAccount { fungibleChainAccount(chainId: "1", accountName: "wiz-bank") { id accountName balance chainId fungibleName transactions { pageInfo { hasNextPage hasPreviousPage } } transfers { totalCount pageInfo { hasNextPage hasPreviousPage } } } }
Execution Times
Kadena:
Hack-a-chain:
Results
Got no results from both endpoints.
[x] Hack-a-chain endpoint
Kadena endpoint - Got:
Reference Query https://graph.kadena.network/graphql