Documentation Index
Fetch the complete documentation index at: https://docs.blnkfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
Available in version 0.8.2 and later.
Overview
With the Update Metadata endpoint, you can modify existing metadata or add new metadata to ledgers, transactions, identities, and balances after they have been created.Important to note:When you update the metadata of a parent resource, the changes propagate to its children. For example, if you update the metadata of an inflight transaction, it is also updated on its applied or void child transactions.
How it works
Updating metadata
To update the verification status, send the following request:
cURL
Breaking change (0.13.6+): The Update Metadata response now returns
meta_data instead of metadata.If you parse the response by key, use meta_data or support both for compatibility. See the 0.13.6 migration guide for details.