The Price object is used in some responses to describe a traded amount for a specific transaction, which could have been executed in a different cryptocurrency than Ether.
Attribute Name
Data Type
Description
currency
Price Currency
See below
amount
Price Amount
See below
net_amount
Price Amount
See below. This amount is exclusive of marketplace and creator fees, when the information is available
Price Amount
Attribute Name
Data Type
Description
raw
string
The amount of cryptocurrency in the original blockchain format
decimal
number
The amount of cryptocurrency in decimal notation
usd
number
The price converted to USD at the time of the transaction
native
number
The amount of cryptocurrency in the native notation
Price Currency
Attribute Name
Data Type
Description
contract
string
The contract address for the cryptocurrency
name
string
The name of the cryptocurrency, eg. Ether, SAND, Dai Stablecoin
symbol
string
The symbol of the cryptocurrency, eg. ETH, SAND, DAI
decimals
number
The number of decimal places used, in order to convert from the original/raw amount to decimal