get https://api.coingate.com/api/v2/ledger/accounts
API authentication is required
To create requests within the CoinGate system, the user must have an authentication token. To obtain one, follow the instructions provided here.
Responses
API authentication is required
To create requests within the CoinGate system, the user must have an authentication token. To obtain one, follow the instructions provided here.
xxxxxxxxxx
curl --request GET \
--url 'https://api.coingate.com/api/v2/ledger/accounts?page=1&per_page=100' \
--header 'accept: application/json'