Skip to content

[BUG] /wallet/history endpoint returns 404 Not Found #886

@tomisnotcat

Description

@tomisnotcat

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions