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

# Producer

> Producer data, balance, and credential endpoints

Use these endpoints to retrieve information about the authenticated producer and validate API credentials.

<Info>
  All routes in this section require the `x-public-key` and `x-secret-key` headers.
</Info>

<CardGroup cols={2}>
  <Card title="Get producer data" href="/endpoints/producer/data.mdx">
    Return data for the authenticated producer.
  </Card>

  <Card title="Get producer balance" href="/endpoints/producer/balance.mdx">
    Return balance information for the authenticated producer.
  </Card>

  <Card title="Verify credentials" href="/endpoints/producer/credentials.mdx">
    Validate the credentials sent in the request headers.
  </Card>
</CardGroup>
