get https://api.shinami.com/aptos/node/v1/transactions
Description
Retrieve on-chain committed transactions. The page size and start ledger version can be provided to get a specific sequence of transactions.
If the version has been pruned, then a 410 will be returned. To retrieve a pending transaction, use /transactions/by_hash.
Authentication
Authentication is via an 'Authorization: Bearer YOUR_API_ACCESS_KEY' header (which you must add to the sample requests).