suix_getCoins RPC Method
Parameters
owner
string
REQUIRED
The owner's Sui address
coinType
string
(Optional) The type name for the coin (default is 0x2::sui::SUI)
cursor
string
(Optional) Paging cursor to start fetching results from
limit
integer
(Optional) Maximum number of items per page
Returns
result
object
The result containing coin objects and pagination details
data
array
List of coin objects owned by the specified address
coinType
string
The type of the coin (e.g., 0x2::sui::SUI)
coinObjectId
string
The unique identifier of the coin object
version
string
The version of the coin object
digest
string
The digest of the coin object
balance
string
The balance of the coin in its smallest unit
previousTransaction
string
The ID of the previous transaction that modified the coin
nextCursor
string
The cursor for the next page of results, if available
hasNextPage
boolean
Indicates whether there is another page of results
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free