trueblocks-core icon indicating copy to clipboard operation
trueblocks-core copied to clipboard

Missing chain query parameter in API document

Open daoleno opened this issue 3 years ago • 1 comments

API Spec: https://trueblocks.io/api/#operation/accounts-export

The chain query parameter is missing from the open API specification and documentation. But it is valid in the API.

http://localhost:8080/export?addrs=0x3000bF6041Ad065cECFe37D9f26f79228208A763&chain=sepolia

daoleno avatar Jul 24 '22 05:07 daoleno

Nice catch. There are numerous "globally available" options such as chain that apply not only to this command but every command. That should be better documented.

tjayrush avatar Jul 24 '22 13:07 tjayrush