Skip to main content
GET
Get wallet token allowances
Returns the token allowances granted from a self-custody wallet to the orchestration wallet. Filter by asset. Amounts are decimal strings; a uint256-max value indicates an unlimited allowance. Allowances are established with permits.
Self-custody companies only. On a Venly-managed company this returns 400 invalid-request — “Allowances are only applicable for SELF_CUSTODY companies” — since managed wallets have no allowance to read.

Authorizations

Path Parameters

accountId
string<uuid>
required

Unique account identifier

walletId
string<uuid>
required

Unique wallet identifier

Query Parameters

asset
string

Filter by a specific asset (e.g. USDC)

Response

List of token allowances

success
boolean

Indicates whether the request was successful

result
object[]