Transfer
Query VET transfers with a given criteria.
Body
rangeobject | nullableOptional
Defines the range for filtering. Setting values to null indicates the entire range.
Note: If omitted or set to null, a timeout may occur if there is a large amount of data to query.
Example:
{
"range": {
"unit": "block",
"from": 10,
"to": 1000
}
}
This refers to the range from block 10 to block 1000.
optionsobject | nullableOptional
Include these parameters to receive filtered results in a paged format.
Note: If omitted, a timeout may occur if there is a large amount of data to query. If there is a small amount of data you can omit to receive all results in a single response.
Example:
{
"options": {
"offset": 0,
"limit": 10
}
}
In this example, the page offset is 0, and the page size is 10.
criteriaSetobject[] | nullableOptional
orderstring · enum | nullableOptionalAvailable options:
Specifies the order of the results. Use asc
for ascending order, and desc
for descending order.
Responses
application/json
all of[]Optional
text/plain
post