EOSCommunity.org Forums

I am trying to access this api https://wax.greymass.com/v1/chain/get_table_rows but it is giving me an error

I am making a site which will give a wax cpu loan to any user using waxjs but when i try to access this https://wax.greymass.com/v1/chain/get_table_rows api it is gave me an error
{
“code”: 500,
“message”: “Internal Service Error”,
“error”: {
“code”: 3060002,
“name”: “account_query_exception”,
“what”: “Account Query Exception”,
“details”: [
{
“message”: "Fail to retrieve account for ",
“file”: “chain_plugin.cpp”,
“line_number”: 1740,
“method”: “get_abi”
}
]
}
}