mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 12:15:50 +00:00
data v2 - convertedAmount to converted_amount
This commit is contained in:
@@ -1422,7 +1422,7 @@ Each object in the `components` array of the Volume Objects represent the volume
|
||||
| amount | Number | The amount of volume in the market, in units of the base currency. |
|
||||
| base | Object | The `currency` and `issuer` that identify the base currency of this market. There is no `issuer` for XRP. |
|
||||
| counter | Object | The `currency` and `issuer` that identify the counter currency of this market. There is no `issuer` for XRP. |
|
||||
| converted\_amount | Number | The total amount of volume in the market, converted to the display currency. |
|
||||
| converted\_amount | Number | The total amount of volume in the market, converted to the display currency. _(Before [v2.1.0][], this was `convertedAmount`.)_ |
|
||||
|
||||
#### Example ####
|
||||
|
||||
@@ -1570,7 +1570,7 @@ Each object in the `components` array of the Volume Objects represent the volume
|
||||
| amount | Number | Total payment volume for this currency during the interval, in units of the currency itself. |
|
||||
| count | Number | The total number of payments in this currency |
|
||||
| rate | Number | The exchange rate between this currency and the display currency. |
|
||||
| converted\_amount | Number | Total payment volume for this currency, converted to the display currency. |
|
||||
| converted\_amount | Number | Total payment volume for this currency, converted to the display currency. _(Before [v2.1.0][], this was `convertedAmount`.)_ |
|
||||
|
||||
#### Example ####
|
||||
|
||||
|
||||
@@ -2217,7 +2217,7 @@
|
||||
<tr>
|
||||
<td>converted_amount</td>
|
||||
<td>Number</td>
|
||||
<td>The total amount of volume in the market, converted to the display currency.</td>
|
||||
<td>The total amount of volume in the market, converted to the display currency. <em>(Before <a href="https://github.com/ripple/rippled-historical-database/releases/tag/v2.1.0">v2.1.0</a>, this was <code>convertedAmount</code>.)</em></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -2432,7 +2432,7 @@
|
||||
<tr>
|
||||
<td>converted_amount</td>
|
||||
<td>Number</td>
|
||||
<td>Total payment volume for this currency, converted to the display currency.</td>
|
||||
<td>Total payment volume for this currency, converted to the display currency. <em>(Before <a href="https://github.com/ripple/rippled-historical-database/releases/tag/v2.1.0">v2.1.0</a>, this was <code>convertedAmount</code>.)</em></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user