# For unnamed tokens, what is the API call to get the meta data on them

**URL:** https://forums.counterparty.io/t/for-unnamed-tokens-what-is-the-api-call-to-get-the-meta-data-on-them/1593
**Category:** Support
**Created:** [October 18, 2015, 5:14am UTC](https://forums.counterparty.io/t/for-unnamed-tokens-what-is-the-api-call-to-get-the-meta-data-on-them/1593 "2015-10-18T05:14:13Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![digitsu](https://avatars.discourse-cdn.com/v4/letter/d/7bcc69/32.png) [@digitsu](https://forums.counterparty.io/u/digitsu)
#### Post date: [October 18, 2015, 5:14am UTC](https://forums.counterparty.io/t/for-unnamed-tokens-what-is-the-api-call-to-get-the-meta-data-on-them/1593/1 "2015-10-18T05:14:13Z")

</div>

And how would I say, encode the ‘name’ of my asset in the meta data so that my wallet would be able to name this unnamed asset?

---

<div class="post-metadata">

### Author: ![something](https://yyz2.discourse-cdn.com/flex004/user_avatar/forums.counterparty.io/something/32/240_2.png) [@something](https://forums.counterparty.io/u/something)
#### Post date: [November 1, 2015, 5:44pm UTC](https://forums.counterparty.io/t/for-unnamed-tokens-what-is-the-api-call-to-get-the-meta-data-on-them/1593/2 "2015-11-01T17:44:16Z")

</div>

Do you mean for alphanumeric tokens?

You’d have to have your own DB and synchronize it between wallets (or users, if you hope that more than one sees the same “alias”).  
That’s not always easy, of course. I don’t know how you would like to use this, but one (simple) case would be the wallet could send the alias to the server similar to the way those bookmark sync for Web browsers works.  
For sharing among more wallets, you could just create a mapping ( `aphanumeric-token-name <=> alias`) using a key-value datastore when you want to create a token. But note that a faster client (who watches transaction broadcasts) could create this alias faster than the client who created it, so maybe you’d need some extra security measures, such as to broadcast the alias using CP protocol at the same time, etc.

---

<div class="post-metadata">

### Author: ![FoldingCoin](https://yyz2.discourse-cdn.com/flex004/user_avatar/forums.counterparty.io/foldingcoin/32/218_2.png) [@FoldingCoin](https://forums.counterparty.io/u/FoldingCoin)
#### Post date: [November 1, 2015, 6:25pm UTC](https://forums.counterparty.io/t/for-unnamed-tokens-what-is-the-api-call-to-get-the-meta-data-on-them/1593/3 "2015-11-01T18:25:47Z")

</div>

you can use a service like one of these:

[http://xcp.ninja/](http://xcp.ninja/)

or

[https://coindaddy.io/services/asset-enhancement-service](https://coindaddy.io/services/asset-enhancement-service)

---

<div class="post-metadata">

### Author: ![something](https://yyz2.discourse-cdn.com/flex004/user_avatar/forums.counterparty.io/something/32/240_2.png) [@something](https://forums.counterparty.io/u/something)
#### Post date: [November 1, 2015, 7:39pm UTC](https://forums.counterparty.io/t/for-unnamed-tokens-what-is-the-api-call-to-get-the-meta-data-on-them/1593/4 "2015-11-01T19:39:47Z")

</div>

Good point - why reinvent the wheel!
