Skip to content

Commit

Permalink
Merge pull request #82 from cryptohopper/development
Browse files Browse the repository at this point in the history
TestKeys Url Implemented
  • Loading branch information
canerten authored Jun 1, 2023
2 parents 7cf1e37 + 93419dc commit 2c7dace
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class HopperAPIV2TestApiKeyRequest: HopperAPIRequest<HopperAPIV2TestApiKeyRespon
subAccount : String?,
) {
this.httpMethod = HopperAPIHttpMethod.POST
this.changeUrlPath(path = "/test-keys", isV2Endpoint = true)
this.needsAuthentication = true
if (exchange != null) {
addBodyItem("exchange", (exchange?: ""))
Expand Down

0 comments on commit 2c7dace

Please sign in to comment.