Skip to content

aiorocket2

Async Python client for the xRocket Pay API.

This documentation is generated automatically from the package docstrings and exported to GitHub Pages.

Quick start

import asyncio
from aiorocket2 import xRocketClient

async def main():
    client = xRocketClient(api_key="YOUR_API_KEY")
    info = await client.get_info()
    print(info)

asyncio.run(main())

API reference

Browse the generated API reference: