Skip to main content
GET
Get All Pending Wallet Requests

Authorizations

Authorization
string
header
required

Personal API token. Create via createUserApiToken endpoint.

Headers

x-role-type
enum<string>
required

Role context for the request. Use CLIENT_ORG_ADMIN for most integrations.

Available options:
CLIENT_ORG_ADMIN,
PAYROLL_ADMIN,
FINANCE_ADMIN,
TOKU_ADMIN

Response

Pending wallet requests

walletID
string<uuid>
Example:

"770e8400-e29b-41d4-a716-446655440002"

walletAddress
string
Example:

"0x1234567890abcdef1234567890abcdef12345678"

name
string
Example:

"Primary ETH Wallet"

network
string
Example:

"Ethereum"

status
enum<string>
Available options:
CURRENT,
PENDING,
ARCHIVED,
CANCELLED,
REJECTED
Example:

"CURRENT"

nickName
string | null
Example:

"My Ledger"

roleInOrgID
string<uuid>
Example:

"660e8400-e29b-41d4-a716-446655440001"

orgNetworkID
string | null
Example:

"880e8400-e29b-41d4-a716-446655440003"

tokenTypeID
string | null
Example:

"990e8400-e29b-41d4-a716-446655440004"