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

[API][v1] Return 404 instead of `[]` when requesting transactions from a non-existent account

Open banool opened this issue 3 years ago • 0 comments

Same as https://github.com/aptos-labs/aptos-core/issues/2284 but for transactions.

Example:

curl http://localhost:8080/v1/accounts/0x04343443/transactions

banool avatar Jul 27 '22 21:07 banool