in reply to bitgo problem

First, you probably should not post your api key in a public forum.

Second, from the doc for HTTP::Tiny:

headers — A hashref containing headers to include with the request. If the value for a header is an array reference, the header will be output multiple times with each value in the array. These headers over-write any default headers.

Third,

use Types::Serializer; $json = encode_json [Types::Serialiser::true];
should sort your boolean error.

Hope this helps!


The way forward always starts with a minimal test.

Replies are listed 'Best First'.
Re^2: bitgo problem
by bigup401 (Pilgrim) on Jan 22, 2022 at 18:47 UTC

    i would say i have parsed this api and other endpoints are working, but just only this section has given me hard time. only solved boolean error.

    but still getting that error for keys

    i pray someone to look into that api section links i posted