Skip to main content
GET
/
accounts
/
{accountId}
/
wallets
/
{walletId}
/
allowances
Get wallet token allowances
curl --request GET \
  --url https://api.venlyfinance.com/v1/accounts/{accountId}/wallets/{walletId}/allowances \
  --header 'Authorization: Bearer <token>'
{
  "success": false,
  "errors": [
    {
      "code": "VALIDATION_ERROR",
      "message": "The request contains invalid parameters."
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.venlyfinance.com/llms.txt

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

Authorizations

Path Parameters

accountId
string<uuid>
required
walletId
string<uuid>
required

Query Parameters

asset
string

Filter by specific asset

Response

List of token allowances