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

200
application/json

The response is of type object.