> ## Documentation Index
> Fetch the complete documentation index at: https://redo-44af351d-docs-v3-graphql-api-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ExchangeItemPrice

> The price of an exchange item, with tax.

<ResponseField name="amount" type="String!" required>
  The exact decimal amount.
</ResponseField>

<ResponseField name="currency" type="String!" required>
  ISO 4217 currency code.
</ResponseField>

<ResponseField name="tax" type="String">
  The tax portion, as an exact decimal.
</ResponseField>
