Documentation
↪ Back to homepage↗ Help Center
  • Getting Started
  • Topics
  • Foundry Platform
    • Overview
    • Authentication
    • Status Codes
    • Errors
    • Timestamps
    • Account
      • Get Account
      • Get Account Balance
      • Get Topup Details
    • Orders
      • Get Orders
      • Create Order
      • Get Order
      • Cancel Order
  • Segment Ledger
    • Ledger
      • Get Ledger
      • Update Ledger
    • Ledger Assets
      • Create Ledger Asset
      • List Ledger Assets
      • Get Ledger Asset
      • Update Ledger Asset
    • Ledger Accounts
      • Create Ledger Account
      • List Ledger Accounts
      • Get Ledger Account
      • Update Ledger Account
    • Ledger Transactions
      • Create Ledger Transaction
      • List Ledger Transactions
      • Get Ledger Transaction
  • Hyperhash
    • Under Development
Powered by GitBook
On this page
  1. Foundry Platform

Timestamps

Each record returned by Foundry API includes timestamp fields for reference: createdAt and updatedAt. The createdAt timestamp indicates when the record was initially created, while the updatedAt timestamp shows the date and time of the most recent update to the record.

These timestamps follow the ISO 8601 standard. For instance, November 9, 2019, at 00:11:07 UTC would be represented as 2019-11-09T00:11:07Z

PreviousErrorsNextAccount

Last updated 6 months ago