Skip to content
Dimitri Jorge edited this page Mar 26, 2014 · 1 revision

Note 1: In every API routes where :currency appears, it refers to the currency symbol. See this page for a list of all available currencies.

Note 2: In every API routes where :encrypted_email appears, it refers to the md5 of the email.

Access someone's profile

Route: GET /:encrypted_email

It shows the profile page of the person that refer to the :encrypted_email. A button that allows you to embed badges also appears on the top right.

Generic badges

Routes: GET /:encrypted_email.png

It shows a simple badge like this one Basic badge

Or this one if an error occurs Not Fond

Currency-specific badges

Routes: GET /:currency/:encrypted_email.png

It shows a badge with the currency and the address like this Litecoin Badge

Or this one if an error occurs Not Fond

Clone this wiki locally