Home

Get currencies having a code that matches a given query in reverse relevance 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
querystring

A full text query on the currency field code in the standard Lucene syntax

firstIndexinteger

A zero-based index to the first currency to retrieve

lastIndexinteger

A zero-based index to the last currency to retrieve

includeCountsboolean

True if the fields beginning with numberOf... are to be included

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

Currencies search results

400Bad Request

Bad Request

401Unauthorized

Unauthorized — Missing or invalid API key

500Internal Server Error

Internal Server Error