Skip to main content
GET
/
streams
/
bitcoin
/
{id}
/
address
cURL
curl --request GET \
  --url https://api.moralis-streams.com/streams/bitcoin/{id}/address \
  --header 'x-api-key: <api-key>'
{
  "total": 123,
  "result": [
    {
      "address": "<string>"
    }
  ],
  "cursor": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Stringified UUIDv4. See RFC 4112

Pattern: [0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}

Query Parameters

limit
number<double>
required
cursor
string

Response

200 - application/json

Ok

total
number<double>
required
result
object[]
required
cursor
string