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>"
}
Retrieve a single glossary term by idOrSlug
.
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>"
}
The response is of type object
.