algorand-php icon indicating copy to clipboard operation
algorand-php copied to clipboard

Problem with method getAccountInformation

Open national-ihor opened this issue 3 years ago • 1 comments

image

Missed $verb parameter

national-ihor avatar Jul 11 '22 22:07 national-ihor

image

The problem was here. $tokenKey parameter default value is null

Solved by passing 'x-api-key' as third parameter when creating an object of AlgodClient

Strange, because IndexerClient uses default value as 'x-indexer-api-token' and not the same for AlgodClient

national-ihor avatar Jul 11 '22 22:07 national-ihor