You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
network | The address network. Possible values are:`bitcoin`, `bitcoin-cash`, `bitcoin-gold`, `dash`, `ethereum`, `interledger`, `litecoin`, and `xrp-ledger`.
244
+
network | The address network. Possible values are `bitcoin`, `bitcoin-cash`, `bitcoin-gold`, `dash`, `ethereum`, `interledger`, `litecoin` and `xrp-ledger`.
Copy file name to clipboardExpand all lines: _currencies.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ formatting | Specification for user-facing display, including number formatting
91
91
name | Full name of the asset, e.g. "Euro", "Basic Attention Token", or "0x".
92
92
status | Current trading status. See [below](#asset-status) for more details.
93
93
symbol | A short and well-known representation of the asset, if one exists — e.g. "$", "₿", or "Kč".
94
-
type | Type of asset — one of`commodity`, `equity`, `cryptocurrency`, `fiat`, `stablecoin`, or`utility_token`.
94
+
type | Type of asset. Possible values are`commodity`, `equity`, `cryptocurrency`, `fiat`, `stablecoin` and`utility_token`.
95
95
96
96
If the request is unauthenticated, the full list of assets supported by Uphold is returned.
97
97
Authenticated requests, on the other hand, will filter the output, returning only the assets available for the current user, which can depend on factors such as their country and state of residency.
Copy file name to clipboardExpand all lines: _entities.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ brand | The brand of the `card` account.
24
24
currency | The currency in which the account is denominated.
25
25
id | A unique ID associated with the account.
26
26
label | The display name of the account as chosen by the user.
27
-
status | The current status of the account. Possible values are:`ok`,`failed`.
28
-
type | The type of the account. Possible values are:`card`,`sepa`.
27
+
status | The current status of the account. Possible values are `ok` and`failed`.
28
+
type | The type of the account. Possible values are `card` and`sepa`.
29
29
30
30
## Authentication Method Object
31
31
@@ -47,7 +47,7 @@ Property | Description
47
47
default | A boolean signalling whether or not the method is the default.
48
48
id | A unique ID associated with the account.
49
49
label | The display name of the authentication method.
50
-
type | The type of authentication method. Possible values are:`authy`,`totp`.
50
+
type | The type of authentication method. Possible values are `authy` and`totp`.
51
51
verified | A boolean signalling whether or not the authentication method has been verified.
52
52
verifiedAt | The date and time of verification of the authentication method.
53
53
@@ -281,7 +281,7 @@ type | The nature of the transaction. Possible values are `deposit`, `tr
281
281
message | An optional note added when initiating the transaction. Expected to be human-readable prose, e.g. for providing additional information and context about the nature/purpose of the transaction.
282
282
denomination | The funds to be transferred, as originally requested. See [Denomination](#denomination).
283
283
fees | The fees that were applied to the transaction. See [Fees](#fees).
284
-
status | The current status of the transaction. Possible values are:`pending`, `processing`, `waiting`, `cancelled`, `failed` and `completed`.
284
+
status | The current status of the transaction. Possible values are `pending`, `processing`, `waiting`, `cancelled`, `failed` and `completed`.
285
285
params | Other parameters of this transaction. See [Parameters](#parameters).
286
286
createdAt | The date and time the transaction was initiated.
287
287
network | The network of the transaction (`uphold` for internal transactions).
@@ -370,7 +370,7 @@ isMember | A boolean signaling if the origin user has completed the membershi
370
370
node | The details about the transaction origin node.
371
371
rate | The rate for conversion between origin and destination, as expressed in the currency at origin (the inverse of `destination.rate`).
372
372
sources | The transactions where the value was originated from (id and amount).
373
-
type | The type of endpoint. Possible values are 'card' and 'external'.
373
+
type | The type of endpoint. Possible values are `card` and `external`.
374
374
375
375
<asideclass="notice">
376
376
Commissions are incurred only when a currency conversion is required. A commission is charged at origin when the denomination currency is different from the origin currency, and it's deducted at destination when the denomination currency is different from the destination currency.
@@ -392,7 +392,7 @@ fee | The Bitcoin network Fee, if destination is a BTC address but origi
392
392
isMember | A boolean signaling if the destination user has completed the membership process.
393
393
node | The details about the transaction destination node.
394
394
rate | The rate for conversion between origin and destination, as expressed in the currency at destination (the inverse of `origin.rate`).
395
-
type | The type of endpoint. Possible values are 'email', 'card' and 'external'.
395
+
type | The type of endpoint. Possible values are `email`, `card` and `external`.
0 commit comments