SPOT TAPE
FRNT-200K2.180+1.42%
MID-128K0.4204−0.81%
OW-70B0.0840+3.11%
OW-8B0.0191+0.44%
VIS-1M1.6400−2.19%
RSN-XL6.9000+0.93%
EMB-S0.01100.00%
14:02:07 UTC
Documentation v1 · UPDATED 21 AUG 2026
Get an API key
On this page

GET /v1/sellers/{id}/trades

Recent fills for the seller, most-recent first.

Auth: X-Seller-API-Key.

Response

{ "trades": [ { ask_id, bid_id, seller_id, buyer_id, model_id, price, tokens, executed_at } ] }

curl -s http://127.0.0.1:8080/v1/sellers/SELLER_ID/trades \
  -H "X-Seller-API-Key: sk-seller"