Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sportsxapp.com/llms.txt

Use this file to discover all available pages before exploring further.

1 operations.

my_deposit_and_withdrawal_history

Query — returns list[TransactionHistory]. GraphQL field: myDepositAndWithdrawalHistory List of all deposits and withdrawals for account Parameters
NameTypeRequiredDescription
paginationPagination (dict — see below)No
pagination accepts a dict with these keys (pass as params={"pagination": {...}}):
FieldTypeRequiredDescription
pageintYesThe page of result where each page has limit values. Integer >= 0
limitintYesThe limit of values per page. Integer value greater than 0.
Example
result = client.my_deposit_and_withdrawal_history(params={"pagination": ...}, selections=Selection(...))