Skip to main content
GET
/
v2
/
transactions
/
suffix
/
{userAddress}
/
{vaultId}
Get transaction suffix
curl --request GET \
  --url https://api.vaults.fyi/v2/transactions/suffix/{userAddress}/{vaultId} \
  --header 'x-api-key: <api-key>'
{
  "suffix": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.vaults.fyi/llms.txt

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

Authorizations

x-api-key
string
header
required

Path Parameters

userAddress
string
required

User address

Pattern: ^0x[a-fA-F0-9]{40}$
vaultId
string
required

Vault id

Response

Default Response

suffix
string
required

Raw hex suffix to append to transaction calldata, without the 0x prefix

Pattern: ^[0-9a-fA-F]+$