Get Gift Code
Recall a gift code's entropy, value, and memo from the database.
Parameters
Required Param
Purpose
Requirements
gift_code_b58
The base58-encoded gift code contents.
Must be a valid b58-encoded gift code.
Example
{
"method": "get_gift_code",
"params": {
"gift_code_b58": "3Th9MSyznKV8VWAHAYoF8ZnVVunaTcMjRTnXvtzqeJPfAY8c7uQn71d6McViyzjLaREg7AppT7quDmBRG5E48csVhhzF4TEn1tw9Ekwr2hrq57A8cqR6sqpNC47mF7kHe",
},
"jsonrpc": "2.0",
"id": 1
}
Last updated
Was this helpful?