Skip to content

Commit 5e9e87b

Browse files
waldyriousfmfmartins
authored andcommitted
Use the correct symbol for the Bitcoin currency: ₿ instead of ฿
The symbol we were using actually refers to the Thai baht: <https://en.wikipedia.org/wiki/Thai_baht>.
1 parent c1cbb71 commit 5e9e87b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_currencies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ curl https://api.uphold.com/v0/assets
3131
},
3232
"name": "Bitcoin",
3333
"status": "open",
34-
"symbol": "฿",
34+
"symbol": "",
3535
"type": "cryptocurrency"
3636
},
3737
{
@@ -90,7 +90,7 @@ code | Uppercase abbreviation of the asset, e.g. "BTC", USD", "C", or "BRK
9090
formatting | Specification for user-facing display, including number formatting and placement of the code and symbol.
9191
name | Full name of the asset, e.g. "Euro", "Basic Attention Token", or "0x".
9292
status | Current trading status. See [below](#asset-status) for more details.
93-
symbol | A short and well-known representation of the asset, if one exists — e.g. "$", "฿", or "Kč".
93+
symbol | A short and well-known representation of the asset, if one exists — e.g. "$", "", or "Kč".
9494
type | Type of asset — one of `commodity`, `equity`, `cryptocurrency`, `fiat`, `stablecoin`, or `utility_token`.
9595

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

0 commit comments

Comments
 (0)