Home

List received wallet transactions

GET
https://ark.nownodes.io/api/wallets/{id}/transactions/received

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

List received wallet transactions using the ARK API exposed by NOWNodes.

Parameters

idstringrequiredpath

Resource identifier, address, public key, or username accepted by the endpoint.

pageinteger>= 1query

Page number.

limitinteger[1, 100]query

Maximum number of resources to return.

offsetinteger>= 0query

Number of resources to skip.

orderBystringquery

Field 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.