GET
/
v1
/
balance
curl --request GET \
  --url https://api.unlinked.dev/v1/balance \
  --header 'Authorization: Bearer <token>'
"<any>"

Description

Get the Bytes balance of a given address.

Changelog

DateChanges
Mar 08 2024Introduced endpoint

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

address
string
required
Required string length: 42

Response

200
application/json
The bytes balance for a given address

The response is of type any.