Exchange rate

If your token is not listed on Coinmarketcap, you will need to supply us with the exchange rate. This is done by a JSON-encoded file placed somewhere on your server.

The required format is:

[{"symbol":"TOKEN","price_usd":"55.20","last_updated":1520167133}]

symbol is the official symbol of your token.
price_usd is how many US Dollars 1 of your tokens cost.
last_updated is the Unix timestamp when your exchange rate for that token was last updated.

Download the token exchange rate example file.txt.

If you have several custom tokens you can put them all in the same file, one after the other.

The exchange rate is retrieved every 15 minutes.

If token exists on Coinmarketcap, your own exchange rate will be ignored.

Test your exchange rate

To test your JSON exchange rate string, use the form below.