You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a new endpoint at /claimable_balances/{id}/operations{?cursor,limit,order}, to fetch operations for a given claimable balance.
There is a new endpoint at /claimable_balances/{id}/transactions{?cursor,limit,order}, to fetch transactions for a given claimable balance.
Each SDK must update to support the first item in the list, so that the amount, and num_accounts fields can be deprecated in Horizon v3.
Each SDK should update to support querying operations and transactions for a given Claimable Balance ID.
The SDF's JavaScript SDK released v8.2.0 recently including these changes.
If your SDK has implemented and released these changes, reference the release in a closing comment.
The text was updated successfully, but these errors were encountered:
The following changes to claimable balances, and assets endpoints were recently released in Horizon 2.2.0:
/claimable_balances/{id}/operations{?cursor,limit,order}
, to fetch operations for a given claimable balance./claimable_balances/{id}/transactions{?cursor,limit,order}
, to fetch transactions for a given claimable balance.Each SDK must update to support the first item in the list, so that the
amount
, andnum_accounts
fields can be deprecated in Horizon v3.Each SDK should update to support querying operations and transactions for a given Claimable Balance ID.
The SDF's JavaScript SDK released v8.2.0 recently including these changes.
If your SDK has implemented and released these changes, reference the release in a closing comment.
The text was updated successfully, but these errors were encountered: