Guest User

Untitled

a guest
Jun 21st, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. curl --request POST
  2. --url http://api.eosnewyork.io/v1/history/get_actions
  3. --data '{"account_name":"accountnamehere","pos":0,"offset":200}'
  4.  
  5. cleos -u https://api.eosargentina.io:8888 get actions YOURACCOUNT
  6.  
  7. cleos -u https://api.eosargentina.io:8888 get currency balance eosio.token YOURACCOUNT eos
  8.  
  9. cleos -u https://mainnet.meet.one get accounts *publick_key*
  10.  
  11. cleos -u https://mainnet.meet.one get currency balance eosio.token *account_name*
  12.  
  13. cleos -u https://mainnet.meet.one get account *account_name*
  14.  
  15. cleos -u https://mainnet.meet.one get table eosio *account_name* refunds
Add Comment
Please, Sign In to add comment