Crypto Fund Flow Snapshot avatar

Crypto Fund Flow Snapshot

Pricing

$0.05 / crypto fund flow snapshot

Go to Apify Store
Crypto Fund Flow Snapshot

Crypto Fund Flow Snapshot

Retrieve crypto fund flow snapshot as JSON using productType, page, size. One request per run; suitable for focused data queries and reporting.

Pricing

$0.05 / crypto fund flow snapshot

Rating

0.0

(0)

Developer

Grass Tech

Grass Tech

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 hours ago

Last modified

Categories

Share

Retrieve paginated cryptocurrency fund-flow data using asset and product filters.

Input

Pass the following JSON input. Field names are case-sensitive.

{
"baseCoin": "BTC",
"page": 1,
"productType": "SWAP",
"size": 1,
"sortBy": "h1net",
"sortType": "desc"
}

Accepted input structure

{
"additionalProperties": false,
"properties": {
"baseCoin": {
"maxLength": 128,
"minLength": 1,
"type": "string"
},
"page": {
"const": 1
},
"productType": {
"maxLength": 128,
"minLength": 1,
"type": "string"
},
"size": {
"const": 1
},
"sortBy": {
"maxLength": 128,
"minLength": 1,
"type": "string"
},
"sortType": {
"maxLength": 128,
"minLength": 1,
"type": "string"
}
},
"required": [
"productType",
"page",
"size",
"sortBy",
"sortType",
"baseCoin"
],
"type": "object"
}

Output

After a successful run, read the OUTPUT record from the run's default key-value store. The JSON response includes success: true, code: "1", and the requested data in data. Market values can change between runs.

Pricing

The event price is $0.05 per run, charged once when processing starts. A run that fails after charging may still incur this event charge. Check the Pricing tab for any platform usage charges.

Limits

This Actor performs one data query per run. It does not place trades or manage funds. Only the input fields shown above are accepted.