> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onecluster.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Pricing

> Returns the current per-call pricing for each API product.

<ResponseExample>
  ```json theme={null}
  {
    "success": true,
    "responseCode": "00",
    "message": "Request processed successfully",
    "data": [
      { "apiProduct": "ACCOUNTS", "pricePerCall": 10.00 },
      { "apiProduct": "PAYMENTS", "pricePerCall": 25.00 },
      { "apiProduct": "COLLECTIONS", "pricePerCall": 15.00 },
      { "apiProduct": "KYC", "pricePerCall": 50.00 }
    ]
  }
  ```
</ResponseExample>
