Security
ApiKey
- Developmenthttps://docs.xmoney.com/_mock/crypto_api/reference/stores/orders
- Production server (live)https://merchants.api.crypto.xmoney.com/api/stores/orders
- Sandbox server (test)https://merchants.api.sandbox.crypto.xmoney.com/api/stores/orders
curl -i -X GET \
'https://docs.xmoney.com/_mock/crypto_api/reference/stores/orders?page%5Bpage%5D=1&page%5Bsize%5D=1&filter%5Bstatus%5D=paid&filter%5Bsearch%5D=string&filter%5Bdate_range%5D=all&sort=created_at&include=payment' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "data": [ { … } ] }