Returns list of wallet transfers on WhiteMarket
This is auto-generated documentation. It is not intended to be used as a reference.
Please use for request and response only necessary fields. It decreases response time for you.
query {
wallet_transfers(
forwardPagination: {
first: 50 # How many records to retrieve
after: "Cursor value from response (pageInfo -> endCursor)" # Cursor
}
) {
# instance of WalletTransferConnectionEdge
edges {
# instance of WalletTransfer
node {
# Transfer ID
id # 1edee7b6-115c-6baa-a499-0242ac1d003d
# instance of PersonPublic
from {
# Person ID
id # 1ee73dc5-a7ca-6ba6-ae97-0242ac17000b
# Steam ID
steamId # 76561199128574729
# Person's name in Steam
steamName # SuperSonic
# Person's level in Steam
steamLevel # 42
# Person's registration date in Steam
steamRegisteredAt # 2023-11-29T23:33:27+0000
# Person's medium steam avatar icon url
steamAvatar # https://avatars.akamai.steamstatic.com/b04ab65367b1a551f8d5cd2ab972ee8cb38e335e_medium.jpg
}
# instance of PersonPublic
to {
# Person ID
id # 1ee73dc5-a7ca-6ba6-ae97-0242ac17000b
# Steam ID
steamId # 76561199128574729
# Person's name in Steam
steamName # SuperSonic
# Person's level in Steam
steamLevel # 42
# Person's registration date in Steam
steamRegisteredAt # 2023-11-29T23:33:27+0000
# Person's medium steam avatar icon url
steamAvatar # https://avatars.akamai.steamstatic.com/b04ab65367b1a551f8d5cd2ab972ee8cb38e335e_medium.jpg
}
# instance of Money
amount {
# Decimal value
value # 42.42
# Currency
currency # USD
}
# Status
status # TODO EXAMPLE
# Comment
comment # Some comment
# Created at
createdAt # 2023-11-29T23:33:27+0000
# Completed at (SUCCESS status)
completedAt # 2023-11-29T23:33:27+0000
}
# The edge cursor
cursor # YXJyYXljb25uZWN0aW9uOjk=
}
# instance of PageInfo
pageInfo {
# When paginating forwards, are there more items?
hasNextPage # true
# When paginating backwards, are there more items?
hasPreviousPage # false
# When paginating backwards, the cursor to continue.
startCursor # YXJyYXljb25uZWN0aW9uOjEw
# When paginating forwards, the cursor to continue.
endCursor # YXJyYXljb25uZWN0aW9uOjE5
}
# Total count of items in the connection.
totalCount # 123456
}
}