This endpoint represents a single data for a given account.
This account’s public key encoded in a base32 string representation.
"GDMQQNJM4UL7QIA66P7R2PZHMQINWZBM77BEBMHLFXD5JEUAHGJ7R4JZ"
The key name for this data.
"config.memo_required"
Success
const response = await fetch('https://xlm.nownodes.io/accounts/{account_id}/data/{key}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "value": "text" }