Get Assets
Returns a collection of assets belonging to the current user or app.
Facts
Attribute | Value |
---|---|
url | https://www.moneybutton.com/api/v2/me/assets |
http verb | GET |
Required scope | users.asset:read |
Example Response
[{
"id": "100",
"name": "My First Token",
"userId": "5",
"avatar": "https://mywebsite.com/first-token-avatar",
"description": "My First Token description",
"initialSupply": "1000000",
"paymailDomain": null,
"paymailAlias": "e5045f6a00a2.asset",
"updatedAt": "2020-12-27T12:36:52.886Z",
"createdAt": "2020-12-27T12:36:52.886Z",
"tokenProtocolId": "1"
}, {
"id": "101",
"name": "My Second Token",
"userId": "5",
"avatar": "https://mywebsite.com/second-token-avatar",
"description": "My Second Token description",
"initialSupply": "20000",
"paymailDomain": null,
"paymailAlias": "e5045f6a00b3.asset",
"updatedAt": "2020-12-27T12:36:52.886Z",
"createdAt": "2020-12-27T12:36:52.886Z",
"tokenProtocolId": "1"
}]