Skip to main content
GET
/
v1
/
glossary
/
{idOrSlug}
Get Glossary Term
curl --request GET \
  --url https://api.blockworks.com/v1/glossary/{idOrSlug} \
  --header 'x-api-key: <api-key>'
{
  "id": 2147483647,
  "term": "<string>",
  "definition": "<string>",
  "status": true,
  "slug": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

idOrSlug
string
required

Response

id
integer
required
Required range: 0 <= x <= 4294967295
term
string | null
required
Maximum string length: 255
definition
string | null
required
Maximum string length: 65535
status
boolean | null
default:true
required
slug
string | null
required
Maximum string length: 255