Home

Get all coins for an sui 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 the specified sui address. Supports pagination via cursor and limit.

Body

application/json
jsonrpcstringrequired
methodstringrequired
paramsArray<string | string | integer>required

Parameters array containing the owner address, optional cursor, and optional limit.

Show child attributes
One of

sui address of the coin owner.

string

Optional paging cursor.

string

Optional limit of items per page.

integer
idintegerrequired

Response

200OK

Successful response returning a page of coins.

400Bad Request

Bad Request — Invalid parameters.

401Unauthorized

Unauthorized — Missing or invalid API key.

500Internal Server Error

Internal Server Error — Could not retrieve coins.