List adjustments
GET
/accounts/{accountID}/adjustments
Adjustments associated with the given account
[
{
"adjustmentID": "ec7e1848-dc80-4ab0-8827-dd7fc0737b43",
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
},
"createdOn": "2019-08-24T14:15:22Z",
"walletID": "ec7e1848-dc80-4ab0-8827-dd7fc0737b43"
}
]
Request was refused due to rate limiting.
Response headers
Retry-After
number
Path parameters
accountID
string
<uuid>
required
ID of the account.
Response
application/json
adjustmentID
string<uuid>
<=36 characters
UUID
amount
object
A decimal value representing money in a specific currency.
Show child attributes
currency
string
<=3 characters
Pattern
A 3-letter ISO 4217 currency code.
valueDecimal
string
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
createdOn
string<date-time>
<=24 characters
walletID
string<uuid>
<=36 characters
UUID