Currencies

Includes all models related to currency endpoints, providing a comprehensive overview of their structure and usage.

Overview

This page lists all the models associated with currency-related API endpoints. These models define the structure of the data used within the currency services, such as the details for supported currencies, transactions, and exchange information. The models help ensure consistency and accuracy in currency-related operations by providing a clear definition of the expected data fields.

Models

Model
Field
Description

currency

Represents a currency with details like name, symbol, decimals, and country of origin.

Last updated