Get Coin Redeem Amount
GET/coins/:mint/redeem
Gets the availability indicator for reward codes for a specific coin
Request
Path Parameters
mint stringrequired
The mint address of the coin
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
amount integerrequired
Static amount indicator (always 1)
{
"amount": 1
}
Loading...