Skip to main content
GET
/
wallets
/
{uuid}
Get wallet
curl --request GET \
  --url https://{subdomain}.truust.io/2.0/wallets/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "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.

Query Parameters

update
enum<string>

Pass 1 to force a balance refresh from the provider before returning.

Available options:
1

Response

Wallet details

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.