subscan-explorer / subscan-essentials

Polkadot Substrate Explorer Subscan

Home Page:https://www.subscan.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why is the API all POST requests instead of GET?

kopeboy opened this issue · comments

Since we are just trying to get data wouldn't it more natural and easier for operators and consumers like me to execute GET requests, for example, to get a simple token balance or transaction confirmation?
Thank you

commented

@kopeboy Hey, The post JSON payload can use more complex parameters. In order to be consistent with all HTTP API services, we consider both using HTTP post