If you change the way that the nonce is generated then you might need to regenerate your API key. The reason for this is that the nonce associated with any given key can only increase.

get_api_nonce(digits = 14)

Arguments

digits

Number of digits in nonce string.

Value

A character vector.

Examples

get_api_nonce()
#> [1] "16309028013392"