akahu.api.endpoints.transfers

class akahu.api.endpoints.transfers.TransfersEndpoint(client: ApiBase, endpoint='/transfers')

Bases: ApiGetByIdEndpoint[Payment], ApiListEndpoint[Payment]

Endpoints for retrieving information about transfers.

Arguments:

client (ApiBase): The API client, or prefix-endpoint in the url path. endpoint (str): (optional) The endpoint for the transfers API. Defaults to “/transfers”.

property endpoint: str
getById(id: str, **kwargs) T
list(start: datetime, end: datetime, **kwargs) List[Payment]