Data
This endpoint represents a single data for a given account.
Path parameters
account_idstringRequiredExample:
This account’s public key encoded in a base32 string representation.
GDMQQNJM4UL7QIA66P7R2PZHMQINWZBM77BEBMHLFXD5JEUAHGJ7R4JZ
keystringRequiredExample:
The key name for this data.
config.memo_required
Responses
200
Success
application/json
get
GET /accounts/{account_id}/data/{key} HTTP/1.1
Host: xlm.nownodes.io
Accept: */*
200
Success
{
"value": "MQ=="
}