You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @dfguo,
Use application/json content type:.
Try this command: curl -i -X POST -H 'Content-Type: application/json;charset=UTF-8' -d '{"account_name":"eosasia11111","pos":-1,"offset":-100}' --compressed https://history.cryptolions.io/v1/history/get_actions
Hi,
Can I use this as a dropin replacement for eosjs http endpoint? When querying get_actions, I get empty response:
› curl 'https://history.cryptolions.io/v1/history/get_actions' -H 'Content-Type: text/json;charset=UTF-8' --data-binary '{"account_name":"eosasia11111","pos":-1,"offset":-100}' --compressed
returns
{"actions":[]}
The text was updated successfully, but these errors were encountered: