v1
latestOpenAPI 3.1.02026-07-227350156.5 KBTransfer Enrichment
Get metadata for the batch transfer enrichment endpoint
Returns metadata about this endpoint, including the current synchronousMax — the cap on items per request when ?synchronous=true. Can be used to fetch the current cap dynamically.
options/batches/transactions/transfers/enrich
Response
Successful operation
Example response
{
"name": "Post",
"description": "Enrich a list of universal transactions",
"renders": [
"application/json"
],
"parses": [
"application/json"
],
"synchronousMax": 100
}