For the complete documentation index, see llms.txt. This page is also available as Markdown.

Transfer

The Transfer stream provides updates about newly created native token transfer transfers, which could come not only from the native transfer deploys but from other contract call deploys

GET /transfers

Optional properties

None

Query params

Property
Type
Description

account_hash

string

Comma-separated list of account hashes that sent or received a transfer

public_key

string

Comma-separated list of public keys that sent or received a transfer

Events

Event
Description

created

Notifies about a newly created transfer

Response

WebSocketMessage<Transfer>

Example

wscat -c 'wss://streaming.testnet.cspr.cloud/transfers?account_hash=762a3cc23b3b46b42bce1b503ff6b45e9c8762ffb0292a09600c5adcb9bff578' \
  -H 'authorization: 55f79117-fc4d-4d60-9956-65423f39a06a'

Last updated