Skip to main content

Get Coins by Address

Loading...

Updated on
Mar 24, 2026

Get Coins by Address

Parameters

This method does not accept any parameters

Returns

data
object
Loading...
address
object
Loading...
objects
object
Loading...
nodes
array
Loading...
address
string
Loading...
Request
1
curl --location 'https://docs-demo.sui-mainnet.quiknode.pro/graphql' \
2
--header 'Accept: application/json' \
3
--header 'Content-Type: application/json' \
4
--data '{
5
"query": "query { address(address: \"0x5094652429957619e6efa79a404a6714d1126e63f551f4b6c7fb76440f8118c9\") { objects(first: 3, filter: { type: \"0x2::coin::Coin<0x2::sui::SUI>\" }) { nodes { address } } } }"
6
}'
7
1
curl --location 'https://docs-demo.sui-mainnet.quiknode.pro/graphql' \
2
--header 'Accept: application/json' \
3
--header 'Content-Type: application/json' \
4
--data '{
5
"query": "query { address(address: \"0x5094652429957619e6efa79a404a6714d1126e63f551f4b6c7fb76440f8118c9\") { objects(first: 3, filter: { type: \"0x2::coin::Coin<0x2::sui::SUI>\" }) { nodes { address } } } }"
6
}'
7
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free