Last updated 2 days ago
Return all transactions for schema.
Schema identifier
Successful operation.
const response = await fetch('/api/v1/schema/{schemaId}/transactions', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
[ { "type": "text" } ]