cURL
curl --request GET \ --url https://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>" } ] }
asc
desc
pair
asset
Market trades response
The response is of type object.
object