Currencies

Currencies Management

This section provides a comprehensive guide to managing the currencies in our system. You will find various options for retrieving, filtering, and setting Currency information, each tailored to different requirements.

Currency Retrieval

Get All Currencies

  • Endpoint: /get_currencies
  • Description: This endpoint is designed to retrieve the complete list of currencies available in our database, providing a comprehensive overview of all currencies without applying any filters.
  • Usage Notes:
    • Pagination: To manage data effectively, this endpoint supports fetching up to 50 currencies at a time.
    • Parameters:
    • offset - Specify the starting point of the row from which to begin fetching currencies.
    • limit - Control the number of currencies returned in a single request. The maximum limit is 50, but you can opt for a smaller number based on your needs.
    • Method: This functionality can be utilized by including payload or parameters in your POST request to manage the offset and limit.

These features are particularly useful for handling large datasets and for applications requiring batch processing of Currency information.




Filters

IN / NOT_IN Filter

  • Endpoint: /get_currencies
  • Description: Use this endpoint to filter currencies based on specific Currency IDs. It supports both inclusion (IN) and exclusion (NOT_IN) filters for Currency IDs.
  • Parameters:
    • IN - Specify the Currency IDs to include specific currencies.
    • NOT_IN - Specify the Currency IDs to exclude specific currencies.
    • You can use these parameters as arrays or single integers for more flexibility.

Setting Currency Information

Set Currencies

  • Endpoint: set_currencies setter API call is a private call and provided only to authorized resellers and their associated developers, for more details please contact our support API Support

For further assistance or API integration support, please refer to our API Support or contact our technical support team.