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
Example response
{
"code": "XYZ123",
"amount": 100
}Changes
No recorded changes to this endpoint across all 1 revision of this API.