cURL
curl --request GET \ --url https://apiserver.beratrade.io/api/v1/spotorder/fills \ --header 'Bliq-Key: <bliq-key>' \ --header 'Bliq-Secret: <bliq-secret>'
{ "body": { "fills": [ { "id": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "deleted_at": "2023-11-07T05:31:56Z", "MarketId": 123, "OrderId": 123, "CounterPartyOrderId": 123, "SubaccountId": "<string>", "Side": "BUY", "Liquidity": "TAKER", "Pricex18": "<string>", "Amountx18": "<string>", "Feex18": "<string>" } ] }, "message": "<string>", "status": 123 }
Get all the fills of the user
bliq_key obtained during authentication
bliq_key
bliq_secret obtained during authentication
bliq_secret
List of user fills
The response is of type object.
object