GET
/
wallets
/
{id}
Get wallet by ID
curl --request GET \
  --url https://api.paygentic.io/v0/wallets/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "object": "wallet",
  "ownedBy": "<string>",
  "namespace": "<string>",
  "balance": 123,
  "currency": "<string>",
  "timezone": "<string>",
  "tag": "<string>",
  "createdAt": 123,
  "updatedAt": 123,
  "name": "<string>",
  "description": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

id
string
required

Unique identifier for an account

Response

Wallet details

id
string

Unique identifier for an account

object
enum<string>
default:wallet
Available options:
wallet
ownedBy
string

Owner identifier

namespace
string

Id of the namespace the wallet belongs to

balance
integer

Balance in nano dollars (1e-9 dollars)

currency
string

ISO 4217 currency code

timezone
string

IANA timezone

tag
string

Optional tag for the account

createdAt
integer

Creation timestamp (Unix nano)

updatedAt
integer

Last update timestamp (Unix nano)

name
string

Display name for the account

description
string

Optional description