Skip to content

Commit 594bb72

Browse files
author
felix.wang
committed
fix: Fix the incorrect API URL in the documentation.
1 parent 21b61af commit 594bb72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/core-concepts/cardano-addons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ For transaction fields for the `size` and `scriptSize` are added to Transaction
9898
}
9999
```
100100

101-
### `/block/transactions`
101+
### `/block/transaction`
102102

103103
When the block requested contains transactions with multi assets operations, the token bundles associated to each operation will be returned as metadata.
104104

docs/docs/user-guides/multi-assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ When spending native tokens in **input operations**, the token values in the `to
3838
:::info Minting and Burning Observations
3939
**Rosetta API only supports transferring existing native tokens through the Construction API.** Minting and burning operations cannot be initiated through Rosetta.
4040

41-
However, when querying blockchain data through endpoints like `/block/transactions`, you may observe minting and burning transactions with these patterns:
41+
However, when querying blockchain data through endpoints like `/block/transaction`, you may observe minting and burning transactions with these patterns:
4242
- **Minting**: Token appears only in outputs with positive value (no corresponding input)
4343
- **Burning**: Token appears only in inputs with negative value (no corresponding output)
4444
- **Partial burning**: Token in inputs (negative) and outputs (positive remainder). The burned amount is the difference

0 commit comments

Comments
 (0)