Rewards

The POST /rewards endpoint allows platforms to facilitate the distribution of digital assets to specific participants.

Key Parameters

  • Asset: The specific digital asset to be awarded.
  • Amount: The quantity of the asset to be distributed (ensure decimal precision matches asset specs).
  • Participant: The unique identifier for the reward recipient.

Best Practices

  • Treasury Management: Ensure your platform reward account is sufficiently funded prior to execution.
  • Audit Trails: Every reward event generates a unique transaction ID in the response; we recommend logging this for reconciliation with your internal participant ledgers.
  • No Reversals: Once the reward is successfully posted, the asset move is final. Double-check participant identifiers before submission.

Rewards API Flow