Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/api/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For detailed information on the API, please refer to the [Qubic RPC Swagger Docu
- **Endpoint:** `/ticks/{tickNumber}/tick-data`
- **Description:** Get tick information like timestamp, epoch, included tx ids.

### 6. Get Balance
### 6. Get Address Balance
- **Method:** GET
- **Endpoint:** `/balances/{addressID}`
- **Description:** Get balance for specified address ID.
Expand Down Expand Up @@ -119,7 +119,7 @@ For detailed information on the API, please refer to the [Qubic RPC Swagger Docu
- **Endpoint:** `/assets/{identity}/possessed`
- **Description:** Get the list of assets possessed by a specific identity.

### 21. Get Balance
### 21. Get Identity Balance
- **Method:** GET
- **Endpoint:** `/balances/{id}`
- **Description:** Get the balance of a specific identity.
Expand Down