Home

Get coins for an address

POST
https://sui.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-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
jsonrpcstringrequired
methodstringrequired
paramsArray<string | integer>required

Array with the following parameters: 1. owner address (string, required) 2. coin type (string, optional) 3. cursor (string, optional) 4. limit (integer, optional)

Show child attributes
One of
string
integer
idintegerrequired

Response

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.