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