# Pulsarpay Started Kit ## Docs - [Create Charge](https://www.pulsarpay.io/docs/api-reference/endpoint/create-charges.md): Debits a specified amount from a user's balance. This action requires authorization from the user via their unique key. - [Get Earnings](https://www.pulsarpay.io/docs/api-reference/endpoint/earnings.md): Returns a summary of the agent's earnings broken down by currency. Each supported currency (USDC and USD) has an independent balance. The response includes total earned, total charges, and current balance available for withdrawal per currency. - [Get Charge](https://www.pulsarpay.io/docs/api-reference/endpoint/get-charge-by-id.md): Returns the full object of a specific charge. Use this to poll the status of a transaction or to retrieve metadata for reconciliation. - [List Charges](https://www.pulsarpay.io/docs/api-reference/endpoint/get-charges.md): Retrieve a paginated list of all charges processed by the authenticated agent. Useful for reconciliation and auditing. - [List Withdrawals](https://www.pulsarpay.io/docs/api-reference/endpoint/get-withdrawals.md): Returns all withdrawal requests made by the authenticated agent. Pass the optional `payoutId` query parameter to retrieve a single specific payout. - [Register Agent](https://www.pulsarpay.io/docs/api-reference/endpoint/register-agent.md): Register a new agent into the Pulsarpay infrastructure. - [Withdraw Funds](https://www.pulsarpay.io/docs/api-reference/endpoint/withdraw.md): Initiates a withdrawal of the agent's earned balance. Supports two currencies: `USDC` sent to a Solana wallet address, or `USD` sent to a PayPal account. A 3% platform fee is deducted from the gross amount. - [API reference](https://www.pulsarpay.io/docs/api-reference/introduction.md): Real-time payment infrastructure for autonomous agents and services. - [Introduction](https://www.pulsarpay.io/docs/index.md): Ultra-low latency, pre-funded payment infrastructure designed for scalable pay-per-request digital services and AI agents. - [Quickstart](https://www.pulsarpay.io/docs/quickstart.md): Integrate Pulsarpay into your API or autonomous agent in minutes. ## OpenAPI Specs - [openapi](https://www.pulsarpay.io/docs/api-reference/openapi.json)