XEM
POST
GET
Last updated on January 1, 1970
2 min read
Method /account/mosaic/owned undefined ()
connect with REST protocol
/account/mosaic/owned
Gets an array of mosaic objects for a given account address.
Parameters
address
-
The address of the account.
Request
curl --location --request GET 'https://xem.getblock.io/account/mosaic/owned?address=NCXIQA4FF5JB6AMQ53NQ3ZMRD3X3PJEWDJJJIGHT'
--header 'x-api-key: YOUR-API-KEY'
--header 'Content-Type: application/json'
Response
{
"data": [
{
"mosaicId": {
"name": "xem",
"namespaceId": "nem"
},
"quantity": 20612640711967
},
{
"mosaicId": {
"name": "ch0459804891b",
"namespaceId": "asset"
},
"quantity": 2000000
}
]
}
Start Building with GetBlock RPCs for Free
Previous
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }
Next
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }