Skip to content

Commit

Permalink
Use the correct symbol for the Bitcoin currency: ₿ instead of ฿
Browse files Browse the repository at this point in the history
The symbol we were using actually refers to the Thai baht:
<https://en.wikipedia.org/wiki/Thai_baht>.
  • Loading branch information
waldyrious authored and fmfmartins committed May 24, 2021
1 parent c1cbb71 commit 5e9e87b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _currencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ curl https://api.uphold.com/v0/assets
},
"name": "Bitcoin",
"status": "open",
"symbol": "฿",
"symbol": "",
"type": "cryptocurrency"
},
{
Expand Down Expand Up @@ -90,7 +90,7 @@ code | Uppercase abbreviation of the asset, e.g. "BTC", USD", "C", or "BRK
formatting | Specification for user-facing display, including number formatting and placement of the code and symbol.
name | Full name of the asset, e.g. "Euro", "Basic Attention Token", or "0x".
status | Current trading status. See [below](#asset-status) for more details.
symbol | A short and well-known representation of the asset, if one exists — e.g. "$", "฿", or "Kč".
symbol | A short and well-known representation of the asset, if one exists — e.g. "$", "", or "Kč".
type | Type of asset — one of `commodity`, `equity`, `cryptocurrency`, `fiat`, `stablecoin`, or `utility_token`.

If the request is unauthenticated, the full list of assets supported by Uphold is returned.
Expand Down

0 comments on commit 5e9e87b

Please sign in to comment.