PortfolioMarginApi | R Documentation |
binanceRapi.PortfolioMargin
An R6Class
generator object
SapiV1PortfolioAccountGet Get Portfolio Margin Account Info (USER_DATA) Weight(IP): 1
@param timestamp integer
@param signature character
@param recv.window integer
@returnType InlineResponse200114
status code : 200 | Portfolio account.
return type : InlineResponse200114
response headers :
status code : 400 | Bad Request
return type : Error
response headers :
status code : 401 | Unauthorized Request
return type : Error
response headers :
apiClient
Handles the client-server communication.
new()
PortfolioMarginApi$new(apiClient)
SapiV1PortfolioAccountGet()
PortfolioMarginApi$SapiV1PortfolioAccountGet( timestamp, signature, recv.window = NULL, ... )
SapiV1PortfolioAccountGetWithHttpInfo()
PortfolioMarginApi$SapiV1PortfolioAccountGetWithHttpInfo( timestamp, signature, recv.window = NULL, ... )
clone()
The objects of this class are cloneable with this method.
PortfolioMarginApi$clone(deep = FALSE)
deep
Whether to make a deep clone.
## Not run: #################### SapiV1PortfolioAccountGet #################### library(binanceRapi) var.timestamp <- 56 # integer | UTC timestamp in ms var.signature <- 'signature_example' # character | Signature var.recv.window <- 5000 # integer | The value cannot be greater than 60000 #Get Portfolio Margin Account Info (USER_DATA) api.instance <- PortfolioMarginApi$new() #Configure API key authorization: ApiKeyAuth api.instance$apiClient$apiKeys['X-MBX-APIKEY'] <- 'TODO_YOUR_API_KEY'; result <- api.instance$SapiV1PortfolioAccountGet(var.timestamp, var.signature, recv.window=var.recv.window) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.