chain
(optional): The blockchain to get data from. Valid values are listed on Supported Chains. Default value Eth
.address
(optional): A user address (i.e. 0x1a2b3x...
). If specified, the user attached to the query is ignored and the address will be used instead.from_date
(optional): The date from where to get the transactions (any format that is accepted by momentjs). Provide the param 'from_block' or 'from_date' If 'from_date' and 'from_block' are provided, 'from_block' will be used.to_date
(optional): Get the transactions to this date (any format that is accepted by momentjs). Provide the param 'to_block' or 'to_date' If 'to_date' and 'to_block' are provided, 'to_block' will be used.from_block
(optional): The minimum block number from where to get the transactions Provide the param 'from_block' or 'from_date' If 'from_date' and 'from_block' are provided, 'from_block' will be used.to_block
(optional): The maximum block number from where to get the transactions. Provide the param 'to_block' or 'to_date' If 'to_date' and 'to_block' are provided, 'to_block' will be used.offset
(optional): Offset.limit
(optional): Limitchain
(optional): The blockchain to get data from. Valid values are listed on Supported Chains. Default value Eth
.to_block
(optional): The block number on which the balances should be checked.address
(optional): The address for which the native balance will be checked. If specified, the user attached to the query is ignored and the address will be used instead. If user is not authenticated with a Wallet, then address has to be specified.chain
(optional): The blockchain to get data from. Valid values are listed on Supported Chains. Default value Eth
.address
(optional): A user address (i.e. 0x1a2b3x...
). If specified, the user attached to the query is ignored and the address will be used instead.to_block
(optional): The block number on which the balances should be checkedchain
and address
in an options object:chain
(optional): The blockchain to get data from. Valid values are listed on Supported Chains. Default value Eth
.address
(optional): A user address (i.e. 0x1a2b3x...
). If specified, the user attached to the query is ignored and the address will be used instead.from_date
(optional): The date from where to get the transactions (any format that is accepted by momentjs). Provide the param 'from_block' or 'from_date' If 'from_date' and 'from_block' are provided, 'from_block' will be used.to_date
(optional): Get the transactions to this date (any format that is accepted by momentjs). Provide the param 'to_block' or 'to_date' If 'to_date' and 'to_block' are provided, 'to_block' will be used.from_block
(optional): The minimum block number from where to get the transactions Provide the param 'from_block' or 'from_date' If 'from_date' and 'from_block' are provided, 'from_block' will be used.to_block
(optional): The maximum block number from where to get the transactions. Provide the param 'to_block' or 'to_date' If 'to_date' and 'to_block' are provided, 'to_block' will be used.offset
(optional): Offset.limit
(optional): Limitchain
(optional): The blockchain to get data from. Valid values are listed on Supported Chains. Default value Eth
.address
(optional): A user address (i.e. 0x1a2b3x...
). If specified, the user attached to the query is ignored and the address will be used instead.chain
(optional): The blockchain to get data from. Valid values are listed on Supported Chains. Default value Eth
.format
(optional): The format of the token id. Available values : decimal
, hex
. Default value : decimal.
offset
(optional): Offset.direction
(optional): The transfer direction. Available values : both
, to
, from
. Default value : both
.limit
(optional): Limit.address
(optional): A user address (i.e. 0x1a2b3x...
). If specified, the user attached to the query is ignored and the address will be used instead.chain
(optional): The blockchain to get data from. Valid values are listed on Supported Chains. Default value Eth
.format
(optional): The format of the token id. Available values : decimal
, hex
. Default value : decimal.
offset
(optional): Offset.limit
(optional): Limit.address
(optional): The owner of a given token (i.e. 0x1a2b3x...
). If specified, the user attached to the query is ignored and the address will be used instead.token_address
(required): Address of the contract