Skip to main content
GET
/
dexs
/
trades
/
{dex}
/
{pair}
DEX and Pair Trades
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>"
  }
]

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

dex
string
required

minswap

pair
string
required

ADA-MIN

Query Parameters

from
string

2023-04-01

to
string

2023-05-15

limit
integer
default:5000

10000

Required range: 1 <= x <= 50000
sort
enum<string>

desc

Available options:
asc,
desc

Response

OK

a_to_b
integer

Direction of trade (1: Coin B received, 0: Coin A received)

coin_a_price
number

Coin A price

coin_a_size
number

Coin A size

coin_b_price
number

Coin B price

coin_b_size
number

Coin B size

dex
string

DEX

pair
string

Pair

receiver_address
string

Receiver address

timestamp
string

Trade timestamp

transaction_hash
string

Transaction hash