Skip to main content

payments.getStarGiftActiveAuctions

Fetches all currently active gift auctions where the user has placed a bid.

func (c *Client) PaymentsGetStarGiftActiveAuctions(ctx context.Context, hash int64) (PaymentsStarGiftActiveAuctionsClass, error)

Calling this method

client.Run(ctx, func(ctx context.Context) error {
api := client.API()

res, err := api.PaymentsGetStarGiftActiveAuctions(ctx, hash)
if err != nil {
return err
}
_ = res // PaymentsStarGiftActiveAuctionsClass
return nil
})

Parameters

NameTypeRequiredDescription
Hashint64yesHash generated as specified here »

Returns

PaymentsStarGiftActiveAuctionsClass

References