Get account by its address
Path parameters
Name of the ledger.
Exact address of the account. It must match the following regular expressions pattern:
^\w+(:\w+)*$
Query parameters
Response
OK
Example response
{
"data": {
"address": "users:001",
"metadata": {
"admin": "true"
},
"insertionDate": "2023-01-01T00:00:00Z",
"updatedAt": "2023-01-01T00:00:00Z",
"firstUsage": "2023-01-01T00:00:00Z",
"volumes": {
"USD": {
"input": 100,
"output": 10,
"balance": 90
},
"EUR": {
"input": 100,
"output": 10,
"balance": 90
}
},
"effectiveVolumes": {
"USD": {
"input": 100,
"output": 10,
"balance": 90
},
"EUR": {
"input": 100,
"output": 10,
"balance": 90
}
}
}
}Changes
Changed in 6 of the 53 revisions of this API.54
- ●
added the new
SCHEMA_ALREADY_EXISTSenum value to theerrorCoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
SCHEMA_NOT_SPECIFIEDenum value to theerrorCoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
- ○
added the optional property
data/insertionDateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/updatedAtto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
data/firstUsageto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
OUTDATED_SCHEMAenum value to theerrorCoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ○
removed the
BUCKET_OUTDATEDenum value from theerrorCoderesponse property for the response statusdefaultresponse-property-enum-value-removed
- ●
- ●
added the new
BUCKET_OUTDATEDenum value to theerrorCoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
- ●
added the new
LEDGER_ALREADY_EXISTSenum value to theerrorCoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●