Search…
Briefly
PARSIQ Platform
Core Platform Features
ParsiQL
Code samples
On-Chain Streams
Native Streams
Ethereum
Binance Smart Chain
Solana
Bitcoin
Algorand
DASH
Huobi Eco Chain
Polygon
Casper
Special Streams
User Defined Streams
External Data Providers
Utility
API
Tutorials
Webhooks
Testing your Smart Trigger
Powered By
GitBook
DASH
DASH Transfers
DashTransfers
Stream represents all possible native cryptocurrency transfers with positive (> 0) value
1
{
2
address: address'dash',
3
currency: string,
4
amount:integer,
5
tx: {
6
id: string,
7
blockHash: string,
8
blockHeight: integer,
9
blockTime: integer,
10
confirmations: integer,
11
inputs: {
12
value: {
13
txId: string
14
amount: integer,
15
n: integer,
16
addresses: {
17
value: address'dash',
18
},
19
},
20
},
21
outputs: {
22
value: {
23
amount: integer,
24
n: 'integer,
25
addresses: {
26
value: address'dash',
27
},
28
},
29
},
30
},
31
type: string,
32
}
Copied!
Previous
Algorand
Next
Huobi Eco Chain
Last modified
7mo ago
Copy link