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
1curl --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
1curl --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