All URIs are relative to https://api.graphsense.info
Method | HTTP request | Description ------------- | ------------- | ------------- Batch | POST /{currency}/batch | Get data as CSV in batch
character Batch(currency, batch.operation=var.batch.operation)
Get data as CSV in batch
library(openapi)
var.currency <- 'btc' # character | The cryptocurrency (e.g., btc)
var.batch.operation <- batch_operation$new("api_example", "operation_example", list(list_entity_addresses_parameters$new(123))) # BatchOperation |
#Get data as CSV in batch
api.instance <- BatchApi$new()
api.instance$apiClient$basePath <- 'https://api.graphsense.info';
result <- api.instance$Batch(var.currency, batch.operation=var.batch.operation)
dput(result)
Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- currency | character| The cryptocurrency (e.g., btc) | batch.operation | BatchOperation| | [optional]
character
No authorization required
| Status code | Description | Response headers | |-------------|-------------|------------------| | 200 | OK | - |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.