Get Off Chain Transaction
This service returns off chain transaction detail for the specified id parameter.
Get Off Chain Transaction
GET
{{server-url}}/off-chain-transactions/:id
It returns the off chain transaction object.
Query Parameters
Name
Type
Description
id*
Number
Represents off chain transaction's identifier
Headers
Name
Type
Description
Authorization*
String
UUID formatted access token
Content-Type*
String
application/json
PROJECT-ID*
String
UUID formatted projectId information
Example Response Body
Response Fields
Key
Type
Description
id
Number
Represents off chain transaction's identifier.
fromAddress
String
Represents sender wallet address of the transaction.
toAddress
String
Represents receiver wallet address of the transaction.
amount
Number
Represents count of Nft Items
nftItemId
Number
Represents Nft Item's identifier.
projectSessionId
String
Represents UUID formatted project session identifier.
Last updated