curl --request GET \
--url https://api.blockworks.com/v1/glossary \
--header 'x-api-key: <api-key>'{
"page": 1073741824,
"total": 50,
"data": [
{
"id": 2147483647,
"term": "<string>",
"definition": "<string>",
"status": true,
"slug": "<string>"
}
]
}List glossary terms with pagination and optional filters.
curl --request GET \
--url https://api.blockworks.com/v1/glossary \
--header 'x-api-key: <api-key>'{
"page": 1073741824,
"total": 50,
"data": [
{
"id": 2147483647,
"term": "<string>",
"definition": "<string>",
"status": true,
"slug": "<string>"
}
]
}1 <= x <= 21474836471 <= x <= 10000 <= x <= 4294967295slug asc, desc