OK
ETPA XBID Public API (2.0.0)
Download OpenAPI description
Languages
Servers
https://acc-trading.etpa.nl
- https://acc-trading.etpa.nl/public-api/1.0/xbid/public-trades
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://acc-trading.etpa.nl/public-api/1.0/xbid/public-trades?searchField=string&searchPattern=string&page=0&size=1&sort=string' \
-H 'api_key: YOUR_API_KEY_HERE'Response
application/json
{ "totalPages": 0, "totalElements": 0, "pageable": { "paged": true, "pageNumber": 0, "pageSize": 0, "offset": 0, "sort": { … }, "unpaged": true }, "size": 0, "content": [ { … } ], "number": 0, "sort": { "sorted": true, "empty": true, "unsorted": true }, "numberOfElements": 0, "first": true, "last": true, "empty": true }
- https://acc-trading.etpa.nl/public-api/1.0/xbid/public-trades/recent
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://acc-trading.etpa.nl/public-api/1.0/xbid/public-trades/recent?page=0&size=1&sort=string' \
-H 'api_key: YOUR_API_KEY_HERE'