Skip to main content

Get Reward Code

GET 

/coins/:mint/redeem/:code

Gets information about a specific reward code for a coin

Request

Path Parameters

    mint stringrequired

    The mint address of the coin

    code stringrequired

    The reward code to retrieve

Responses

Success

Schema

    code stringrequired

    The reward code

    amount integerrequired

    The amount of coins rewarded by this code

Loading...