Get coins for an address
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns all Coin objects owned by an address. Supports pagination via cursor and limit, and optional filtering by coin type.
Body
application/json
jsonrpcstringrequiredmethodstringrequiredparamsArray<string | integer>requiredArray with the following parameters: 1. owner address (string, required) 2. coin type (string, optional) 3. cursor (string, optional) 4. limit (integer, optional)
idintegerrequiredResponse
200OK
Successful response returning a paginated list of Coin objects.
400Bad Request
Bad Request — Invalid parameters.
401Unauthorized
Unauthorized — Missing or invalid API key.
500Internal Server Error
Internal Server Error — Could not retrieve coins.