List all transactions
GET
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
List all transactions using the ARK API exposed by NOWNodes.
Parameters
pageinteger>= 1queryPage number.
limitinteger[1, 100]queryMaximum number of resources to return.
offsetinteger>= 0queryNumber of resources to skip.
orderBystringqueryField and direction used to sort results.
Response
200OK
Successful response.
400Bad Request
Invalid request.
401Unauthorized
Missing or invalid API key.
429Too Many Requests
Rate limit exceeded.
500Internal Server Error
Node or upstream service error.