-
-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Description
Bug: /wallet/history endpoint returns 404 Not Found
What happened:
The /wallet/history endpoint documented in docs/API.md returns 404 Not Found when called.
Expected:
According to the documentation, calling curl -sk "https://rustchain.org/wallet/history?miner_id=tomisnotcat&limit=10" should return transaction history.
Actual:
<!doctype html>
<html lang=en>
<title>404 Not Found</title>
<h1>Not Found</h1>
<p>The requested URL was not found on the server.</p>Steps to reproduce:
curl -sk "https://rustchain.org/wallet/history?miner_id=tomisnotcat&limit=10"Environment:
- Linux
- curl
- rustchain.org API
Documentation reference:
The endpoint is documented in docs/API.md under "### GET /wallet/history"
Wallet: tomisnotcat
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels