/api/v1-alpha1/quote?nativePrice={nativePrice}"eCurrency=usd
Quote API
Frequently Asked Questions
In the nativePrice parameter, what exactly do I specify?
For the nativePrice parameter, you should specify the amount
in the currency in which the NFT is listed.
For example: if your NFT is listed on the Solana network, you will want to set the nativePrice argument to the amount in SOL, not Lamports. If the NFT is priced in ETH then you’d set the price in units of ETH, not wei.
How does it know what chain to get the price from?
The chain is determined based on thex-client-id header in
the request, which is linked to your collection.
Can I set the quoteCurrency parameter to something other than USD?
Yes, supported currencies include:
usd, eur, gbp, aud, sgd, hkd, krw, inr, vnd, jpy
