Skip to content
New issue

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

Finish updating endpoints to use explorer v1.5 #53

Open
gabaldon opened this issue Feb 26, 2024 · 1 comment · Fixed by #58
Open

Finish updating endpoints to use explorer v1.5 #53

gabaldon opened this issue Feb 26, 2024 · 1 comment · Fixed by #58
Assignees

Comments

@gabaldon
Copy link
Contributor

There are some endpoints (not used in myWitWallet) that need to be updated to use new explorer version v1.5.

@gabaldon gabaldon assigned gabaldon and unassigned gabaldon Feb 26, 2024
@parodyBit
Copy link
Collaborator

parodyBit commented Mar 7, 2024

Address

  • GET /api/address/blocks
  • GET /api/address/data-requests-created
  • GET /api/address/data-requests-solved
  • GET /api/address/details
  • GET /api/address/info
  • GET /api/address/labels
  • GET /api/address/mints
  • GET /api/address/utxos
  • GET /api/address/value-transfers

Home

  • GET /api/home

Ping

  • GET /api/ping

Status

  • GET /api/status

Network

  • GET /api/network/balances
  • GET /api/network/blockchain
  • GET /api/network/mempool
  • GET /api/network/reputation
  • GET /api/network/statistics
  • GET /api/network/supply
  • GET /api/network/tapi

Search

  • GET /api/search/epoch
  • GET /api/search/hash
    • pending
    • value_transfer
    • block
    • data_request
    • commit
    • reveal
    • tally
    • data_request_report
    • data_request_history
    • mint

Transaction

  • GET /api/transaction/mempool
  • GET /api/transaction/priority
  • POST /api/transaction/send

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants