For the complete documentation index, see llms.txt. This page is also available as Markdown.

Index

Each of Bantu’s operations have unique response shapes. Below are the attributes that are common across individual operation objects.

See the generic Operation errors.

ATTRIBUTE

  • id number

    The operation’s ID number.

  • paging_token string

    A cursor value for use in pagination.

  • type_i number

    A number indicating the operation type.

  • type string

    The name of the operation type.

  • transaction_hash string

    A unique identifier for the transaction this operation belongs to.

  • transaction_successful boolean

    Indicates if this operation was part of a successful transaction.

  • source_account string

    The account that originates the operation.

  • created_at string

    The date this operation was created.

Last updated

Was this helpful?