Validate Rune Name
You can use this endpoint to
check if a Rune name is valid given current block height
check whether it already exists
estimateswhen shorter names will become available.
get
Validate if a rune name is available for etching. When not valid it can include below reasons:
minLength- rune does not match minimum length for current blockheightalreadyExists- rune name already existsformat- rune name format is invalidoutOfRange- rune name is out of range of acceptable names
Authorizations
x-api-keystringRequired
Query parameters
runeNamestring · min: 1RequiredExample:
The rune name to validate
UNCOMMON•GOODSResponses
200
Validation result for a rune name
application/json
400
Invalid input
application/json
401
Unauthorized
application/json
404
Not found
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
get
/v1/runes-managed/etch/validate-nameLast updated