Skip to main content
transactionId
string
Maximum string length: 255
Pattern: ^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$
Example:

"An example name"

transactionHash
string
Maximum string length: 255
Pattern: ^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$
Example:

"An example name"

status
string

Current status of the transaction

amount
number

the amount transfered

currency
string

Chain symbol that funds were transfered in.

createdAt
string<date-time>
Example:
{
  "title": "Example",
  "value": [
    {
      "transactionId": "An example name",
      "transactionHash": "An example name",
      "status": "<string>",
      "amount": 123,
      "currency": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}