The Claimable Balance Object
When Horizon returns information about a claimable balance, it uses the following format:
ATTRIBUTEDATA TYPE
DESCRIPTION
idstring
A unique identifier for this claimable balance.
paging_tokennumber
A cursor value for use in pagination.
assetstring
The asset available to be claimed in the SEP-11 form asset_code:issuing_address
or native
(for XLM)
amountstring
The amount of asset
that can be claimed.
sponsorstring (optional)
The account id of the sponsor who is paying the reserves for this claimable balance.
last_modified_ledgerinteger
The sequence number of the last ledger in which this claimable balance was modified.
last_modified_timestring
An ISO 8601 formatted string of last modification time.
claimantsarray of objects
The list of entries which could claim the claimable balance.
Show child attributes
The latest ledger known to Horizon is included as an HTTP header in the response.
{
"_links": {
"self": {
"href": "https://horizon-testnet.stellar.org/claimable_balances/000000000102030000000000000000000000000000000000000000000000000000000000"
},
"operations": {
"href": "https://horizon-testnet.stellar.org/claimable_balances/000000000102030000000000000000000000000000000000000000000000000000000000/operations{?cursor,limit,order}",
"templated": true
},
"transactions": {
"href": "https://horizon-testnet.stellar.org/claimable_balances/000000000102030000000000000000000000000000000000000000000000000000000000/transactions{?cursor,limit,order}",
"templated": true
}
},
"id": "000000000102030000000000000000000000000000000000000000000000000000000000",
"paging_token": "000000000102030000000000000000000000000000000000000000000000000000000000",
"asset": "native",
"amount": "10.0000000",
"claimants": [
{
"destination": "GC3C4AKRBQLHOJ45U4XG35ESVWRDECWO5XLDGYADO6DPR3L7KIDVUMML",
"predicate": {
"and": [
{
"or": [
{
"relBefore": "12"
},
{
"absBefore": "2020-08-26T11:15:39Z",
"absBeforeEpoch": "1598440539"
}
]
},
{
"not": { "unconditional": true }
}
]
}
}
],
"last_modified_ledger": 28411995,
"last_modified_time": "2020-02-26T19:29:16Z"
}