coins

Claims a coin reward for a given mint

post/coins/{mint}/redeem

Path parameters

mintstring required
Example:9LzCMqDgTKYz9Drzqnpgee3SGa89up3a247ypMj2xrqM

The mint address of the coin

Query parameters

user_idstring required

The user ID of the user making the request

Response

Success

Example response

{
  "data": [
    {
      "challengeId": "u",
      "specifier": "7eP5n",
      "amount": "1000000000",
      "signatures": [
        "5j7s1QjmRKFuDbCWMRVRNibSV2VAAEcNKP6HWU7GwPdXkBZvhz8n4vQl7bBq8tN4Rz9x1Kj3mP5wQ8rT2Y6zA"
      ],
      "error": "Insufficient balance"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.