Skip to main content

Claim Coin Reward

POST 

/coins/:mint/redeem

Claims a coin reward for a given mint

Request

Path Parameters

    mint stringrequired

    The mint address of the coin

Query Parameters

    user_id stringrequired

    The user ID of the user making the request

Responses

Success

Schema

    data

    object[]

    required

  • Array [

  • challengeId stringrequired

    The challenge ID

    specifier stringrequired

    The challenge specifier

    amount string

    The reward amount

    signatures string[]

    Transaction signatures

    error string

    Error message if claim failed

  • ]

Loading...