Skip to main content
GET
Get permit messages for wallet
Returns the EIP-2612 permit messages for a self-custody account wallet — one per supported asset, each with a supportedAssetId and the typedData to sign. Sign typedData with the wallet owner’s key, then submit the signature to grant a gasless allowance. Full flow: Approving transfers without gas.
Self-custody account wallets only — Venly-managed and escrow wallets are permitted automatically. Calling this on a Venly-managed company returns 400 invalid-request (“Permits are only applicable for SELF_CUSTODY companies”). See Approving transfers without gas.

Authorizations

Path Parameters

accountId
string<uuid>
required

Unique account identifier

walletId
string<uuid>
required

Unique wallet identifier

Response

List of permit messages

success
boolean

Indicates whether the request was successful

result
object[]