These endpoints can be used to facilitate Awards payments as part of a promotional program, prize pool, bonus pool, giveaway, etc. See release notes here for more information
POST /awards/fund
Specify the amount, quoted currency, and asset that you intend to ultimately distribute to your customers via the POST /awards/distribute endpoint.
underlying (required) the underlying asset for to be awarded.
quoted_currency (required) the quoted asset for purchase of the reward
quantity (optional) the desired amount of the underlying for the quote (either quantity or total must be provided)
total (optional) the desired amount of the quoted_currency for the quote (either quantity or total must be provided)
Response:
Parameter
Description
Type
request_id
The identifier of the RFQ
string
quote
The quote object that was executed
quote
trade_id
The unique identifier assigned to the trade, which is the same trade_id as found in a GET /trades request
Note: the quote_id will be saved as the client_trade_id
string
status
The status of the trade, e.g. Completed
string
POST /awards/distribute
Evenly distribute the purchased crypto among the specified customers.