Home

Get currency transfers given a currency ID and/or an account ID in reverse block height order

POST
https://ardr.nownodes.io/nxt

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Body

application/json
jsonrpcstringrequired
methodstringrequired
paramsobjectrequired
Show child attributes
requestTypestring
currencystring

The currency ID

accountstring

The account ID

timestampinteger

The earliest transfer (in seconds since the genesis block) to retrieve

firstIndexinteger

A zero-based index to the first transfer to retrieve

lastIndexinteger

A zero-based index to the last transfer to retrieve

includeCurrencyInfoboolean

True to include some currency fields

requireBlockstring

The block ID of a block that must be present in the blockchain during execution

requireLastBlockstring

The block ID of a block that must be last in the blockchain during execution

idintegerrequired

Response

200OK

Currency transfers retrieved successfully

400Bad Request

Bad Request

401Unauthorized

Unauthorized — Missing or invalid API key

500Internal Server Error

Internal Server Error