get https://api.shinami.com/aptos/node/v1/accounts//transactions
Description
Retrieves on-chain committed transactions from an account. If the start version is too far in the past, a 410 will be returned. If no start version is given, it will start at version 0.
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).