cURL
curl --request GET \ --url https://demo-api.mobula.io/api/1/market/trades/pair
{ "data": [ { "blockchain": "<string>", "hash": "<string>", "pair": "<string>", "date": 123, "token_price_vs": 123, "token_price": 123, "token_amount": 123, "token_amount_vs": 123, "token_amount_usd": 123, "type": "<string>", "sender": "<string>", "transaction_sender_address": "<string>", "token_amount_raw": "<string>", "token_amount_raw_vs": "<string>", "operation": "<string>", "platform": { "id": "<string>", "name": "<string>", "logo": "<string>" }, "totalFeesUSD": 123, "gasFeesUSD": 123, "platformFeesUSD": 123, "mevFeesUSD": 123 } ] }
Retrieve recent trade history for a specific trading pair or the most active pair linked to a token, with normalized pricing and volume metrics.
asc
desc
pair
pool
asset
Market trades response
Show child attributes