coins

Gets information about a specific reward code for a coin

get/coins/{mint}/redeem/{code}

Path parameters

mintstring required
Example:9LzCMqDgTKYz9Drzqnpgee3SGa89up3a247ypMj2xrqM

The mint address of the coin

codestring required
Example:XYZ123

The reward code to retrieve

Response

Success

codestring required

The reward code

amountinteger required

The amount of coins rewarded by this code

Example response

{
  "code": "XYZ123",
  "amount": 100
}

Changes

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