chain
(optional): The blockchain to get data from. Valid values are listed on Supported Chains. Default value Eth
.addresses
(required): The address or an array of addresses to get metadata forchain
(optional): The blockchain to get data from. Valid values are listed on Supported Chains. Default value Eth
.symbols
(required): The token symbol or an array of symbols to get metadata forchain
(optional): The blockchain to get data from. Valid values are listed on Supported Chains. Default value Eth
.owner_address
(required): The address of the token ownerspender_address
(required): The address of the token spenderaddress
(required): The address of the token contractchain
(optional): The blockchain to get data from. Valid values are listed on Supported Chains. Default value Eth
.exchange
(optional): The factory name or address of the token exchange. Possible exchanges, for different chains are:
ETH mainnet: uniswap-v3
, sushiswap
, uniswap-v2
BSC mainnet: pancakeswap-v2, pancakeswap-v1
Polygon mainnet: quickswap
If no exchange
is specified, all exchanges are checked (in the order as listed above) until a valid pool has been found. Note that this request can take more time. So specifying the exchange
will result in faster responses most of the time.address
(required): The address of the token contractto_block
(optional): Returns the price for a given blocknumber (historical price-data)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
(required): The address of the token contract.chain
(optional): The blockchain to get data from. Valid values are listed on Supported Chains. Default value Eth
.address
(required): The address of the token contract.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
(required): Address of the contractfrom_block
, to_block
, from_date
, to_date
chain
(optional): The blockchain to get data from. Valid values are listed on Supported Chains. Default value Eth
.from_block
(optional): The minimum block number from where to get the transfers. 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 transfers. Provide the param 'to_block' or 'to_date', If 'to_date' and 'to_block' are provided, 'to_block' will be used.from_date
(optional): The date from where to get the transfers (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 transfers up until 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.format
(optional): The format of the token id. Available values : decimal
, hex
. Default value : decimal.
limit
(optional): limitchain
(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.q
(required): The search string parameterfilter
(required): What fields the search should match on. To look into the entire metadata set the value to global
. To have a better response time you can look into a specific field like name. Available values : name
; description
; attributes
; global
; name,description
; name,attributes
; description,attributes
; name,description,attributes
global
:description,attributes
: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 is decimal.