Get all coins for an sui address
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
jsonrpcstringrequiredmethodstringrequiredparamsArray<string | string | integer>requiredParameters array containing the owner address, optional cursor, and optional limit.
idintegerrequiredResponse
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.