CBRE Client
  1. Schemas
CBRE Client
  • Client - Projects & Reactives
  • Client Backend Tool
  • File Manager
  • Schemas
    • Reply
    • ErrorReply
    • FieldErrors
    • PageInfo
    • APIAuthentication
    • LoginReply
    • ReauthenticateRequest
    • Account
    • AccountForm
    • AccountSummary
    • AccountList
    • CryptoAddress
    • CryptoAddressList
    • CryptoAddressForm
    • Counterparty
    • CounterpartyForm
    • CounterpartySummary
    • CounterpartyList
    • Transaction
    • TransactionForm
    • TransactionList
    • SecureEnvelope
    • SecureEnvelopeSummary
    • Envelope
    • EnvelopeSummary
    • EnvelopeList
    • Rejection
    • Repair
    • Prepare
    • Prepared
    • IdentityPayload
    • Originator
    • Beneficiary
    • OriginatingVASP
    • BeneficiaryVASP
    • TransferPath
    • IntermediaryVASP
    • PayloadMetadata
    • Person
    • LegalPerson
    • LegalPersonName
    • LegalPersonNameID
    • LocalLegalPersonNameID
    • LegalPersonNameTypeCode
    • NaturalPerson
    • NaturalPersonName
    • NaturalPersonNameID
    • LocalNaturalPersonNameID
    • NaturalPersonNameTypeCode
    • Address
    • AddressTypeCode
    • DateAndPlaceOfBirth
    • NationalIdentification
    • NationalIdentifierTypeCode
    • TransactionPayload
    • PendingPayload
    • TRISAError
    • PublicKeySignature
    • TransferState
    • User
    • UserForm
    • UserList
    • UserPassword
    • APIKey
    • APIKeyForm
    • APIKeyCreated
    • APIKeyList
    • StatusReply
    • TravelAddress
  • Response Schema
  1. Schemas

TransactionList(TransactionList)

A list of transaction objects, returned in a paginated fashion.

{
    "page": {
        "page_size": 50
    },
    "transactions": [
        {
            "id": "f653bae7-79c9-45c2-87ae-eb5d1090dbf5",
            "source": "remote",
            "status": "accepted",
            "counterparty": "AliceCoin",
            "counterparty_id": "01J6DJ9F691CF8E9H0V3ET0M0E",
            "originator": "James Bond",
            "originator_address": "mvr5YZBdAuV8sgexCHL4CRkbCvTV7odT1i",
            "beneficiary": "Twilda Swansong",
            "beneficiary_address": "mtWVpHEcFcCGG9cuj1rUxhTGQZ1gEazxs6",
            "virtual_asset": "BTC",
            "amount": 0.00000123,
            "last_update": "2024-08-30T12:41:14-05:00",
            "envelope_count": 8,
            "created": "2024-08-30T11:14:55-05:00",
            "modified": "2024-08-30T12:41:14-05:00"
        },
        {
            "id": "a1edfdf3-a0b2-423a-b293-dd597a3664c0",
            "source": "local",
            "status": "pending",
            "counterparty": "BobVASP",
            "counterparty_id": "01J6JC3YZ207WZ9Y9RJQAWB9E6",
            "originator": "Marcell Aven",
            "originator_address": "0x435A6EA4EAFF2ACC2717F51AF55D7EC1528CA5C0",
            "beneficiary": "Francine Le'vint",
            "beneficiary_address": "0x79099D52D6FC37F1BEE10BA20EE5F8D86FFAB95D",
            "virtual_asset": "ETH",
            "amount": 628,
            "last_update": "2024-08-30T14:28:46-05:00",
            "envelope_count": 2,
            "created": "2024-08-30T14:28:38-05:00",
            "modified": "2024-08-30T14:28:46-05:00"
        }
    ]
}
Built with