description:Generate a bloom filter of the latest transactions in the cache. The number of maximum number of transactions returned is returned by the `/defaultlimit` API call.
summary:Bloom filter for batch of latest transactions
description:Generate a bloom filter of the latest transactions in the cache. If `limit` is 0, the number of maximum number of transactions returned is returned by the `/defaultlimit` API call.
get:
tags:
- transactions
description:
Retrieve transactions
operationId:tx.get.latest.limit
responses:
200:
description:Transaction query successful. Results are ordered from newest to oldest.
content:
application/json:
schema:
$ref:"#/components/schemas/BlocksBloom"
parameters:
- name:limit
in:path
required:true
schema:
type:integer
format:int32
/tx/{limit}/{offset}:
summary:Bloom filter for batch of latest transactions
description:Generate a bloom filter of the latest transactions in the cache. If `limit` is 0, the number of maximum number of transactions returned is returned by the `/defaultlimit` API call.
get:
tags:
- transactions
description:
Retrieve transactions
operationId:tx.get.latest.range
responses:
200:
description:Transaction query successful. Results are ordered from newest to oldest.
content:
application/json:
schema:
$ref:"#/components/schemas/BlocksBloom"
parameters:
- name:limit
in:path
required:true
schema:
type:integer
format:int32
- name:offset
in:path
required:true
schema:
type:integer
format:int32
/tx/{limit}/{offset}/{block_offset}:
summary:Bloom filter for batch of transactions since a particular block.
description:Generate a bloom filter of the latest transactions since a particular block in the cache. The block parameter is inclusive. If `limit` is 0, the number of maximum number of transactions returned is returned by the `/defaultlimit` API call.
get:
tags:
- transactions
description:
Retrieve transactions
operationId:tx.get.latest.range.block.offset
responses:
200:
description:Transaction query successful. Results are ordered from oldest to newest.
summary:Bloom filter for batch of transactions within a particular block range.
description:Generate a bloom filter of the latest transactions within a particular block range in the cache. The block parameters are inclusive. If `limit` is 0, the number of maximum number of transactions returned is returned by the `/defaultlimit` API call.
summary:Bloom filter for batch of latest transactions by account.
description:Generate a bloom filter of the latest transactions where a specific account is the spender or beneficiary. If `limit` is 0, the number of maximum number of transactions returned is returned by the `/defaultlimit` API call.
get:
tags:
- transactions
description:
Retrieve transactions
operationId:tx.get.user.limit
responses:
200:
description:Transaction query successful.
content:
application/json:
schema:
$ref:"#/components/schemas/BlocksBloom"
parameters:
- name:address
in:path
required:true
schema:
type:string
- name:limit
in:path
required:true
schema:
type:integer
format:int32
/tx/{address}/{limit}/{offset}:
summary:Bloom filter for batch of latest transactions by account
description:Generate a bloom filter of the latest transactions where a specific account is the spender or beneficiary. If `limit` is 0, the number of maximum number of transactions returned is returned by the `/defaultlimit` API call.
description:Return data entries of the latest transactions in the cache. The number of maximum number of transactions returned is returned by the `/defaultlimit` API call.
get:
tags:
- transactions
description:
Retrieve transactions
operationId:txa.get.latest
responses:
200:
description:Transaction query successful.
content:
application/json:
schema:
$ref:"#/components/schemas/TransactionList"
/txa/{limit}:
summary:Cached data for latest transactions.
description:Return data entries of the latest transactions in the cache. If `limit` is 0, the number of maximum number of transactions returned is returned by the `/defaultlimit` API call.
description:Return data entries of the latest transactions in the cache. If `limit` is 0, the number of maximum number of transactions returned is returned by the `/defaultlimit` API call.
get:
tags:
- transactions
description:
Retrieve transactions
operationId:txa.get.latest.range
responses:
200:
description:Transaction query successful.
content:
application/json:
schema:
$ref:"#/components/schemas/TransactionList"
parameters:
- name:limit
in:path
required:true
schema:
type:integer
format:int32
- name:offset
in:path
required:true
schema:
type:integer
format:int32
/txa/{limit}/{offset}/{block_offset}:
summary:Cached data for transactions since a particular block.
description:Return cached data entries of transactions since a particular block. The block parameter is inclusive. If `limit` is 0, the number of maximum number of transactions returned is returned by the `/defaultlimit` API call.
get:
tags:
- transactions
description:
Retrieve transactions
operationId:txa.get.latest.range.block.offset
responses:
200:
description:Transaction query successful.
content:
application/json:
schema:
$ref:"#/components/schemas/TransactionList"
parameters:
- name:limit
in:path
required:true
schema:
type:integer
format:int32
- name:offset
in:path
required:true
schema:
type:integer
format:int32
- name:block_offset
in:path
required:true
schema:
type:integer
format:int32
/txa/{limit}/{offset}/{block_offset}/{block_end}:
summary:Cached data for transactions within a particular block range.
description:Return cached data entries of transactions within a particular block range in the cache. The block parameters are inclusive. If `limit` is 0, the number of maximum number of transactions returned is returned by the `/defaultlimit` API call.
get:
tags:
- transactions
description:
Retrieve transactions
operationId:txa.get.latest.range.block.range
responses:
200:
description:Transaction query successful.
content:
application/json:
schema:
$ref:"#/components/schemas/TransactionList"
parameters:
- name:limit
in:path
required:true
schema:
type:integer
format:int32
- name:offset
in:path
required:true
schema:
type:integer
format:int32
- name:block_offset
in:path
required:true
schema:
type:integer
format:int32
- name:block_end
in:path
required:true
schema:
type:integer
format:int32
/txa/{address}:
summary:Cached data for batch of latest transactions by account.
description:Return cached data of the latest transactions where a specific account is the spender or beneficiary.
get:
tags:
- transactions
description:
Retrieve transactions
operationId:txa.get.user
responses:
200:
description:Transaction query successful.
content:
application/json:
schema:
$ref:"#/components/schemas/TransactionList"
parameters:
- name:address
in:path
required:true
schema:
type:string
/txa/{address}/{limit}:
summary:Cached data for batch of latest transactions by account.
description:Return cached data of the latest transactions where a specific account is the spender or beneficiary. If `limit` is 0, the number of maximum number of transactions returned is returned by the `/defaultlimit` API call.
get:
tags:
- transactions
description:
Retrieve transactions
operationId:txa.get.user.limit
responses:
200:
description:Transaction query successful.
content:
application/json:
schema:
$ref:"#/components/schemas/TransactionList"
parameters:
- name:address
in:path
required:true
schema:
type:string
- name:limit
in:path
required:true
schema:
type:integer
format:int32
/txa/{address}/{limit}/{offset}:
summary:Cached data for batch of latest transactions by account.
description:Return cached data of the latest transactions where a specific account is the spender or beneficiary. If `limit` is 0, the number of maximum number of transactions returned is returned by the `/defaultlimit` API call.