Move
Get transactions
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.
GET
Query Parameters
Ledger version to start list of transactions
If not provided, defaults to showing the latest transactions
Example:
"32425224034"
Max number of transactions to retrieve.
If not provided, defaults to default page size
Response
200
application/json