whitemarket Documentation For Partners

Get credit funds to your balance

mutation {
	wallet_credit_get(
		moneyInput: {
			value: "42.42" # Decimal value
			currency: USD # Currency
		}
	) {
		# Debt ID
		id # 1edee7b6-115c-6baa-a499-0242ac1d003d
		# instance of PersonPublic
		person {
			# 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
		}
		# Created at
		createdAt # 2023-11-29T23:33:27+0000
	}
}