price
, reputation
, or lastActive
. price
orders by best price, reputation
orders by reputation on the site, and lastActive
orders by the most active offer creators.buy
or sell
. Use buy
if your users are trying to buy crypto. Otherwise, use sell.{"offers":[],"limit":1,"offset":1,"amountOfOffers":521}offers:{externalId: string — unique ID for each offerofferAndPaymentMethods: string[] — Array of payment methods such as Bank Transfer, PayPal, etcofferType: string — buy or sellcryptoCurrency: string — which crypto the offer is for (btc, eth, etc)currency: string — fiat currency (e.g. USD, CNY, NGN etc)traderName: string — name of trade offer creatorofferUrl: string — the URL for the trade offer (this is where you redirect users when they click on the offer)traderRating: number — null if no trades. 0 if 0%, 1 if 100%. We recommend only showing people with traderRating of 1price: number — price (in currency) per cryptoCurrencycurrencyLimitMin, currencyLimitMax: number — -1 if no limit, otherwise the trade size limit in currencycryptoCurrencyLimitMin, cryptoCurrencyLimitMax: number — -1 if no limit, otherwise the trade size limit in cryptoCurrency}