auth: Parse Authenticated Calls To GDAX API

Description Usage Arguments Value

Description

This is an internal function that will be used for all private connections to the user account. This function determines the kind of GDAX call (GET / POST / DELETE).

Usage

1
auth(method, req.url, api.key, secret, passphrase, order = NULL)

Arguments

method

Mandatory character value. Value must be upper case.

req.url

THE URL component for the API. Default to "/accounts".

api.key

Mandatory character value. This is the API key as generated by GDAX. Typically a 32 character value.

secret

Mandatory character value. This is the API secret as generated by GDAX. Typically a 88 character value.

passphrase

Mandatory character value. This is the passphrase as generated by GDAX. Typically a 11 character value.

order

Optional named list. If method is POST then the field is required for post to work, else the api end point will return an error.

Value

A named list of server response.


JARVIS001011/account documentation built on May 6, 2019, 12:06 p.m.