Retire

Triangle Registry - Retire

POST https://product.triangle.digital:8888/api/v2/triangle_registry/:mint_id/retire

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description
Example

hash

string

API key

fk5f0iuy-rr06-j4x3-i75b-fy2s67s4ilo1

qty

float

Quantity of tokens to retire *

20.1402

month

integer

Month number (1-12)

11

year

integer

Year

2025

Response

{
  "message": "The specified quantity was successfully retired."
  "success": true,
  "data": {}
  "operations_count": 1
}

Last updated