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
EIP 3091: 區塊鏈 explorer 的 API /網站 routing 需符合以下形式 Blocks <BLOCK_EXPLORER_URL>/block/<BLOCK_HASH_OR_HEIGHT> Transactions <BLOCK_EXPLORER_URL>/tx/<TX_HASH> Accounts <BLOCK_EXPLORER_URL>/address/<ACCOUNT_ADDRESS> Tokens <BLOCK_EXPLORER_URL>/token/<TOKEN_ADDRESS> BAIFA 缺少 token 的 routing;單一資料的 routing 呈現為 /blocks/<BLOCK_HASH_OR_HEIGHT> ref: ;routing 使用 transaction ,缺少 tx
EIP 3091:
Blocks <BLOCK_EXPLORER_URL>/block/<BLOCK_HASH_OR_HEIGHT> Transactions <BLOCK_EXPLORER_URL>/tx/<TX_HASH> Accounts <BLOCK_EXPLORER_URL>/address/<ACCOUNT_ADDRESS> Tokens <BLOCK_EXPLORER_URL>/token/<TOKEN_ADDRESS>
/blocks/<BLOCK_HASH_OR_HEIGHT>
transaction
tx
The text was updated successfully, but these errors were encountered:
arealclimber
No branches or pull requests
The text was updated successfully, but these errors were encountered: