Get Transaction Payload
API Specification
Get Transaction Payload
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"dataToSign": {
"domain": {
"chainId": 80001,
"name": "MinimalForwarder",
"verifyingContract": "0xdB4dFB11b6B74487c744c251d017xxxxxxxxxx",
"version": "0.0.1"
},
"message": {
"data": "0x7698xxxx",
"from": "0x313bA6399d60ff7c2ee8bCb01c2dcxxxxxxxxxx",
"gas": 43562,
"nonce": 0,
"to": "0x362149525adee7A0B20212D76Fad073xxxxxxxxxx",
"value": 0
},
"primaryType": "ForwardRequest",
"types": {
"EIP712Domain": [
{
"name": "name",
"type": "string"
},
{
"name": "version",
"type": "string"
},
{
"name": "chainId",
"type": "uint256"
},
{
"name": "verifyingContract",
"type": "address"
}
],
"ForwardRequest": [
{
"name": "from",
"type": "address"
},
{
"name": "to",
"type": "address"
},
{
"name": "value",
"type": "uint256"
},
{
"name": "gas",
"type": "uint256"
},
{
"name": "nonce",
"type": "uint256"
},
{
"name": "data",
"type": "bytes"
}
]
}
},
"request": {
"data": "0x769xxxxx",
"from": "0x313bA6399d60ff7c2ee8bCb01c2dc9C5e1xxxxxx",
"gas": 43562,
"nonce": 0,
"to": "0x362149525adee7A0B20212D76Fad073CcDbxxxxx",
"value": 0
}
}Last updated
Was this helpful?