Skip to main content
PUT
/
wallets
/
{uuid}
Update wallet
curl --request PUT \
  --url https://{subdomain}.truust.io/2.0/wallets/{uuid} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "tag": "bills"
}'
{
  "id": 123,
  "self": "<string>",
  "uuid": "<string>",
  "type": "<string>",
  "balance": 250,
  "currency": "EUR",
  "tag": "<string>",
  "metadata": {},
  "created_at": "2023-11-07T05:31:56Z",
  "connections": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.truust.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use your account's Secret Key as the Bearer token.

Path Parameters

uuid
string
required

Wallet UUID.

Body

application/json
tag
string
Maximum string length: 100
metadata
object

Response

200 - application/json

Updated wallet

id
integer
self
string
uuid
string
type
string | null

Wallet provider type (e.g. CLEARJUNCTION, CURRENCYCLOUD). Null for standard wallets.

balance
number<float>
Example:

250

currency
string
Example:

"EUR"

tag
string | null
metadata
object
created_at
string<date-time> | null
connections
object

Hypermedia links to related resources.