We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there, awesome API.
We are using v1 and are getting unexpected 200 response codes when requesting transactions for invalid addresses.
v1
From the Redoc for getApiV1AddressesP1Transactions
getApiV1AddressesP1Transactions
https://api.ergoplatform.com/api/v1/addresses/{p1}/transactions
https://api.ergoplatform.com/api/v1/addresses/{invalid-address}/transactions
It would be nice if the API would produce the 404 for us, if possible.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there, awesome API.
We are using
v1
and are getting unexpected 200 response codes when requesting transactions for invalid addresses.From the Redoc for
getApiV1AddressesP1Transactions
Expected Behavior
https://api.ergoplatform.com/api/v1/addresses/{invalid-address}/transactions
Actual Behavior
https://api.ergoplatform.com/api/v1/addresses/{invalid-address}/transactions
Summarized
It would be nice if the API would produce the 404 for us, if possible.
The text was updated successfully, but these errors were encountered: