trueblocks-core
trueblocks-core copied to clipboard
Missing chain query parameter in API document
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
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.