cURL
curl --request GET \ --url https://mainnet.gomaestro-api.org/v1/markets/dexs/trades/{dex}/{pair} \ --header 'api-key: <api-key>'
[ { "a_to_b": 123, "coin_a_price": 123, "coin_a_size": 123, "coin_b_price": 123, "coin_b_size": 123, "dex": "<string>", "pair": "<string>", "receiver_address": "<string>", "timestamp": "<string>", "transaction_hash": "<string>" } ]
Returns raw trades for a specific DEX and token pair
Project API Key
minswap
ADA-MIN
2023-04-01
2023-05-15
10000
1 <= x <= 50000
desc
asc
OK
The response is of type object[].
object[]