Hi. I’m practice to filecoin api
I want to get messages list for account. so I use Filecoin.StateListMessages method.
but this method response 500 status. (and long pending)
my post body is below.
{
“id”: 0,
“jsonrpc”: “2.0”,
“method”: “Filecoin.StateListMessages”,
“params”: [
{ “To”: null, “From”: “f1fd33xu4doovu5izdlafvqpja7lupalzb23slgcq” }, [], null
]
}
wrong params error response is good work. and lotus cli(localnet) is also no problem.
plz help me.