Check Gift Code Status

Check the status of a gift code, which may be pending, available, or claimed.

Parameters

Required ParamPurposeRequirements

gift_code_b58

The base58-encoded gift code contents.

Must be a valid b58-encoded gift code.

Example

{
  "method": "check_gift_code_status",
  "params": {
    "gift_code_b58": "2yE5NUCa3CZfv72aUazPoZN4x1rvWE2bNKvGocj8n9iGdKCc9CG72wZeGfRb3UBx2QmaoX6CZsVpYFySgQ3tfmhWpywfrf4GQq4JF1XQmCrrw8qW3C9h3qZ9tfu4fFxgY"
  },
  "jsonrpc": "2.0",
  "id": 1
}

Last updated