cURL
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.
1 <= x <= 2147483647
1 <= x <= 1000
slug
asc
desc
The response is of type object.
object