Skip to main content
GET
/
fills
cURL
curl --request GET \
  --url https://gateway.architect.exchange/api/fills \
  --header 'Authorization: Bearer <token>'
{
  "fills": [
    {
      "fee": "<string>",
      "is_taker": true,
      "price": "<string>",
      "quantity": 123,
      "symbol": "<string>",
      "timestamp": "2023-11-07T05:31:56Z",
      "trade_id": "<string>",
      "user_id": "<string>",
      "order_id": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

User session token

Response

200 - application/json

List of fills

fills
object[]
required